I'm trying to create a new .3DS file, and I do the following:
  lib3ds_file_new
Then for each mesh:
  lib3ds_mesh_new
  lib3ds_mesh_new_point_list
  (set X,Y and Z on each point)
  lib3ds_mesh_new_face_list
  (set point[0], [1] and [2] on each face)
  lib3ds_file_insert_mesh
And finally:
  lib3ds_file_save
  lib3ds_file_free

The .3ds file appears on disk, but when I try to import it into 3DSMax 8, it says "Improper file format".
Is there anything else that I need to set/do in order to make max load the file?
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
lib3ds-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lib3ds-devel

Reply via email to