[java] Load 3ds models

Started by
0 comments, last by misterX 19 years, 7 months ago
Can I get an example about how to load 3ds file (3D Studio max ) in Java. [Edited by - mgbaw on December 6, 2007 9:32:27 AM]
Advertisement
using what API? Java 3D?

if you use "Java 3D", you can look at the examples where they show how to load .obj or lightwave models, then pick up the needed loader for 3d studio max models on www.j3d.org in the loaders section and just change the couple of lines needed in the examples mentionned before.
For a better learning experience, i advise you to read sun's java3d tutorial on how to import models.

This topic is closed to new replies.

Advertisement