Login  Register

3D loaders - 2 questions

Posted by andrewk1972 on Oct 12, 2024; 6:37am
URL: https://forum.jogamp.org/3D-loaders-2-questions-tp4043577.html

Java3D specifies a Loader interface that can be implemented for any particular file format.
It also has a couple of builtin loaders for OBJ and LWO.

1. The built-in OBJ loader is pretty crappy and limited. I attempted to load 3 different models but only one loaded and displayed...the others generated an exception, eg.
org.jogamp.java3d.loaders.ParsingErrorException: Unrecognized token, line 4

Doesn't say what the token is...nor how to skip it...

2. Does anyone know of other loaders that actually work? Especially for 3DS, OBJ, COB files...?

Thanks.