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);
tg.addChild(pointlight);
tg.addChild(s);
Regards,
Saeed
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
===========================================================================
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".