Please! I need help with the file structure of this CUBE! it's a simple CUBE !!!!!!!!!!!!

Skeletons, animations, shaders, texturing, converting, fixing and anything else related to read game models
WilliamVaz
Posts: 25
Joined: Wed Feb 15, 2017 4:29 pm

Please! I need help with the file structure of this CUBE! it's a simple CUBE !!!!!!!!!!!!

Post by WilliamVaz »

I need help to visualize and understand the structure of this 3D CUBE. Someone please help me, it's just a cube: 6 faces, 12 edges and 8 vertices.

Image

------------------------------------------------------------------------------------------

This is the texture of the CUBE:

Image



--------------------

LINK: https://drive.google.com/file/d/1BdnQos ... sp=sharing

Please help me understand the structure of this file! :|
DKDave
Posts: 136
Joined: Mon Nov 23, 2020 6:01 pm

Re: Please! I need help with the file structure of this CUBE! it's a simple CUBE !!!!!!!!!!!!

Post by DKDave »

This is the basic vertex and face info for the cube. There are a couple of other meshes in there too, by the look of it.

EDIT: might be too small to see, so the values are:

Vertices - Offset: 0xe0, Count: 8, Padding: 4
Faces - Offset: 0x204, Count: 12, Padding: 18 (Type = Short, Format - Triangles)

Image
WilliamVaz
Posts: 25
Joined: Wed Feb 15, 2017 4:29 pm

Re: Please! I need help with the file structure of this CUBE! it's a simple CUBE !!!!!!!!!!!!

Post by WilliamVaz »

DKDave wrote:This is the basic vertex and face info for the cube. There are a couple of other meshes in there too, by the look of it.

EDIT: might be too small to see, so the values are:

Vertices - Offset: 0xe0, Count: 8, Padding: 4
Faces - Offset: 0x204, Count: 12, Padding: 18 (Type = Short, Format - Triangles)

Image



================================================================================================================================

Image

This part is the one I least understand ...

and ... do you have any idea how to visualize the textures?