Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 637287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:36:27+00:00 2026-05-13T20:36:27+00:00

I am using the 3DS loader here: http://www.flipcode.com/archives/Another_3DS_LoaderViewer_Class.shtml It does a good job of

  • 0

I am using the 3DS loader here:

http://www.flipcode.com/archives/Another_3DS_LoaderViewer_Class.shtml

It does a good job of loading and rendering the model, however it lacks any sense of heirarchy. As a result, all the objects in the model render at the origin.

In the code under: void Model_3DS::MainChunkProcessor(long length, long findex) is the line:

// I left this in case anyone gets very ambitious
case KEYF3DS :
    //KeyFrameChunkProcessor(h.len, ftell(bin3ds));
    break;

Nobody has implemented this anywhere, and I don’t see any other 3DS loaders that implement it too. People seem to only post up and until they reach this point having been satisfied with anything rendering on to the screen at all.

What would KeyFrameChunkProcessor look like?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T20:36:27+00:00Added an answer on May 13, 2026 at 8:36 pm

    Google led me here:

    Keyframer chunk
    ---------------
    
      id          Description
      ----        -----------
      B00A        unknown
      7001        See first description of this chunk
      B008        Frames
      B009        unknown
      B002        Start object description
    
     * B008 - Frame information
    
     simple structure describing frame info
    
     start end size type            name
       0    3    4  unsigned long   start frame
       4    7    4  unsigned long   end frame
    
     *B002 - Start of Object info
    
     Subhunks
    
      id      Description
      ----    -----------
      B010    Name & Hierarchy
      B011*   Name Dummy Object
      B013    unknown
      B014*   unknown
      B015    unknown
      B020    Objects pivot point ?
      B021    unknown
      B022    unknown
      B030    unknown
    
     * B010 - Name & Hierarchy descriptor
    
     start end  size type          name
     0      ?    ?   ASCIIZ        Object name
     ?      ?    ?   unsigned int  unknown
     ?      ?    ?   unsigned int  unknown
     ?      ?    ?   unsigned int  Hierarchy of Object
    
     The object hierarchy is a bit complex but works like this.
     Each Object in the scene is given a number to identify its
     order in the tree. Also each object is orddered in the 3ds
     file as it would appear in the tree.
     The root object is given the number -1 ( FFFF ).
     As the file is read a counter of the object number is kept.
     Is the counter increments the object are children of the
     previous objects.But when the pattern is broken by a number
     what will be less than the current counter the hierarchy returns
     to that level.
    
     for example.
    
        object   hierarchy
        name
    
            A      -1
            B       0                 This example is taken
            C       1                 from 50pman.3ds
            D       2
            E       1                 I would really reccomend
            F       4                 having a look at one of the
            G       5                 examples with the hierarchy
            H       1                 numbers to help work it out.
            I       7
            J       8
            K       0
            L      10
            M      11
            N       0
            O      13
            P      14
    
    
                               A
             +-----------------+----------------+
             B                 K                N
        +----+----+            +                +
        C    E    H            L                O
        +    +    +            +                +
        D    F    I            M                P
             +    +
             G    J
    
     Still not done with this chunk yet !
     If the object name is $$$DUMMY then it is a dummy object
     and therefore you should expect a few extra chunks.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.