Re: [JAVA3D] Light and Texture

2002-08-09 Thread Andy
difference...I learned something from you, thanks a lot. Andy Leung - Original Message - From: "John Wright" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 09, 2002 4:37 PM Subject: Re: [JAVA3D] Light and Texture > Andy, try: > Textur

Re: [JAVA3D] Light and Texture

2002-08-09 Thread John Wright
Andy, try: TextureAttributes ta = new TextureAttributes(); ta.setTextureMode(TextureAttributes.MODULATE); appearance.setTextureAttributes(ta); - John Wright Starfire Research Andy wrote: > > Hi, I just created a virtual universe and a box. I rotated the box a bit so > I can view 3 faces o

[JAVA3D] Light and Texture

2002-08-09 Thread Andy
Hi, I just created a virtual universe and a box. I rotated the box a bit so I can view 3 faces of it. I applied the texture and lights but only the texture was working, I didn't see the lights are working. I applied the AmbientLight and PointLight. When I turned off texture, it was working but