Hi,

i have written a simple java 3d program.
I have an ViewBranch and a ContentBranch.
In the ContentBranch there is only one shape3D object.
I move the object with a keyboardhandler away from me.
If the Distance between the ViewPlatform and the object
is about 58m, suddently the whole shape3d object disappears.
I do not use a KeyNavigatorBehavior. I use an own Listner, so i can
move the object 1 m in direction of my view platform. The
object appears again.


The BoundingSphere from the ambLight ist big enough,

BoundingSphere bounds = new BoundingSphere(new Point3d(0.0,0.0,0.0), 10000.0);
        ambLight.setInfluencingBounds(bounds);

an the ActivationRadius i think, too

myViewPlatform.setActivationRadius(10000.0f);

What can furthermore cause this effect.

Thomas


________________________________________________________________
Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr!
Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13

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