|
My texture is in the same file as the model and all
files as well as directories are accesible. As for my VRML file, it calls
the texture as follows:
...
Shape
{
appearance DEF _APP0 Appearance { texture DEF _TXT0 ImageTexture { url "C:/java/load/plane_wheel.rgba" } } ...
where java/load/ has the model,texture,and java
class.
here's the beginning part of the
error:
C:\java\load>java SimpleLoad
java SimpleLoad WARNING: Canvas3D constructed with a null GraphicsConfiguration. Error: in loading image Exception: java.lang.NullPointerException Last token was "}" at line 64 java.lang.NullPointerException at com.sun.j3d.utils.image.TextureLoader.getTexture(Compiled Code) at com.sun.j3d.loaders.vrml97.impl.ImageTexture.doChangeUrl(Compiled Code) at com.sun.j3d.loaders.vrml97.impl.ImageTexture.initImpl(ImageTexture.java:78) at com.sun.j3d.loaders.vrml97.impl.Parser.Node(Parser.java:527) at com.sun.j3d.loaders.vrml97.impl.Parser.NodeStatement(Parser.java:229) .
.
.
It can't be this complicated...
|
- [JAVA3D] J3D java.library.path for windows Shaun Shepherd
- Re: [JAVA3D] J3D java.library.path for windows Mark Ferneau
- Re: [JAVA3D] J3D java.library.path for windows Shaun Shepherd
- Re: [JAVA3D] J3D java.library.path for windows Mark Ferneau
- Shaun Shepherd
