Re: [JAVA3D] PointLight has no effect

2005-05-23 Thread Everett Quebral
To JAVA3D-INTEREST@JAVA.SUN.COM cc Subject Re: [JAVA3D] PointLight has no effect Saeed Ansari wrote: > Hi, > I have used PointLight on a shape, but it has no effect.Is this a > problem of java3d ? Please post this here to get an answer: http://www.javadesktop.org/forums/forum

Re: [JAVA3D] PointLight has no effect

2005-05-23 Thread Nikolai V. Chr.
Saeed Ansari wrote: Hi, I have used PointLight on a shape, but it has no effect.Is this a problem of java3d ? Please post this here to get an answer: http://www.javadesktop.org/forums/forum.jspa?forumID=55 -- Nikolai V. Christensen, Computer Engineer, Simulation and Training department IFAD

[JAVA3D] PointLight has no effect

2005-05-20 Thread Saeed Ansari
Hi, I have used PointLight on a shape, but it has no effect.Is this a problem of java3d ?   Sphere s=new Sphere(0.5f);  PointLight pointlight=new PointLight(true, new Color3f(1.0f, 1.0f, 1.0f), new Point3f(0.0f, 0.0f,  0.0f),new Point3f(1.0f,  0.0f,  0.0f) ); pointlight.setInfluencingBounds(bounds