......

TextureLoader tex_load = new TextureLoader"wood.gif", this );

if (tex_load.getTexture() != null)
{
        Appearance.setTexture( tex_load.getTexture());
}
else
{
        System.out.println("NO texture found...");
}


...

Platform:
Linux Java1.2.2-RC4 (blackdown) + Java3D 1.1.1 (blackdown)

Funny thing: works great will texture is present, but dies horribly if
texture is not present ...

any work arounds ?

(I thing Java3D 1.1.2 / 1.1.3 has this fixed... but not 1.1.1 :-( )

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to