Hey Mr Blue,

I sent a thanks to you at the disussion list, but thanks again.  I wonder
why I can't find this in the Java3D API book.  It doesn't even list
TextureLoader.

Seeya,
CG



> here is an example
>
>
>     // Set up the background
>     TextureLoader bgTexture = new TextureLoader("p3.jpg", this);
>     Background bg = new Background(bgTexture.getImage());
>     bg.setApplicationBounds(bounds);
>     theRoot.addChild(bg);
> --
> J. Stone
> [EMAIL PROTECTED]
>
>
===========================================================================
> 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".

===========================================================================
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