Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

coochie

Name: Anonymous 2012-10-31 0:07

I need the name of the simplest 3d model format out there.
Preferably it should look something like this:
Triangle Count
Triangle List:
--Triangle Count * Triangle:
----3 * Vertex:
------X
------Y
------Z
------U
------V

Just as simple as that, no bullshit.
The reason I'm asking is to avoid the hassle of making my own exporter plugin. Thank you for your help.

Name: Anonymous 2012-10-31 0:17


typedef struct __f32fg24g2sda
{
     int isExist; // if it is zero then the point is not on the model
     int color; // 24 bits of color + 8 bits alpha
}point;


Example:
[/code]
int main(void)
{
     model M[512][512][1024]; // this is the data containing your model
}
[/code]

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List