3ds file reading trouble

Started by
2 comments, last by Zeblar Nagrim 22 years, 9 months ago
I´m working on a program that read a binary 3ds file, and I can´t read Faces material list (chunk 0x4130)! This is very bad because this information is really importent for my objects (it´s a list of triangles that belong to a diffrent materials and without this information all faces have the same material). Anybody know why? I can´t even find a chunck with that ID! Zeblar Nagrim, Lord of Chaos
Advertisement
I hope you read in the name (string) of the object... that was what corrupted my .3ds loader for some time... and if you did so, make sure you watch that the string is aligned to 2 Bytes, (read an extra byte if you string has an uneven length :O)...

hope that helps,
cya,
Phil


Visit Rarebyte!
and no!, there are NO kangaroos in Austria (I got this questions a few times over in the states
Visit Rarebyte! and no!, there are NO kangaroos in Austria (I got this question a few times over in the states ;) )
What datatype have the object name? char pointer?
What datatype have the object name? char pointer?

This topic is closed to new replies.

Advertisement