How can i display 3d object (.3ds) in java…can i have some sample code for reference?? i only have 1 week to finish this project…It would be better to have the full sample code…thanks alot…urgent =)
You can parse 3ds files using this: http://www.multi.fi/~mbc/v3ds/mri-v3ds.jar
But you have to write the code to load in the
textures and to draw the objects.
WiESi
Im using “3ds to java converter” and inside it have it own Loader3d…i managed to display 3D object in JAVA but how to display an “animated” 3D objects in JAVA? and most of the loader will alway rotate the 3D objects…i want to display a 3D animation object without rotate it… how should i do??
lastly, which one is better? animate the 3D object in keyframe is better or in sleteton is better (in 3dsMax)…
thanks