File Loader: Maya RTG---->JOGL netbeans plugin

I have designed an avatar in MAYA 8, and exported the mesh in RTG format… I can export in other formats too.

Anyone got any advice on if there are any file loaders for Netbeans OpenGL … so I can convert my rtg into JOGL ;D

THX marcus

JOGL itself has no model loaders, it’s only the OpenGL binding. There is however a rudimentary .obj model loader in the jogl-demos. Another option would be to use jagatoo’s (google jagatoo) model loaders, which represent the loaded model in an abstract data model you can traverse and set up the necessary OpenGL code yourself. But keep in mind, that jagatoo is alpha and only available as sourcecode via SVN at the moment. You may also find code for loading different model formats googling for “JOGL model format loader” or someting.

thx… will try the source coe version… also have a look around

Marcus