public interface RTSceneVisitor
Implement this interface with a object processing functionality
that is performed when scene graph is traversed.
- Author:
- Micha
- See Also:
-
de.grogra.ray.TRSceneGraph
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visitObject
(RTObject object) Implement this function to process a scene object.
-
Method Details
-
visitObject
Implement this function to process a scene object.- Parameters:
object
- a scene object. This may be a visible object or a light.- See Also:
-
de.grogra.ray.TRSceneGraph
-