TungstenX
TungstenX

Reputation: 880

Java3D: Determining when an object is out of field of view

I've Googled and search Stackoverflow but I can't seem to find the answer:

How do I determine when an 3D object/shape is completely out of the field of view? E.g. I have an object moving along the x axis, eventually it will move out of view.

Best regards, TX

Upvotes: 0

Views: 76

Answers (1)

gouessej
gouessej

Reputation: 4085

I'm sure that you're looking for viewing frustum culling. Please don't use the tag "java-3d" if you don't use Java 3D 1.6.0.

Upvotes: 1

Related Questions