Hi All,
I’ve found a few java 3ds loaders but they all seem to be for creating Java3D geometry nodes. I just want something that can parse the 3ds file and I can be queried for data.
Is that something that I can do with the Java3D node loaders (if so, how?) or is there a loader that does the kind of thing I want already?
I’m used to using lib3ds in C/C++, that’s the kind of approach I’d like to go forward with
TIA