I'm trying to multitexture an X3D model following the steps in jmetest.renderer.TestMultitexture.java and I don't see how to get to the geometry so I can use Geometry.copyTextureCoords(…). It loads the model but not the textures and I tried using X3dToJme.loadScene to no avail.
Any help would be greatly appreciated
Jeff
I decided to use th the ObjToJme converter instead. Thanks!