public class RenderSceneQuery extends java.lang.Object implements ISceneQuery
Constructor and Description |
---|
RenderSceneQuery(FrustumG frustum,
float[] transformMatrix) |
Modifier and Type | Method and Description |
---|---|
void |
callback(BoundedSceneObject sceneObject)
If the object fullfills the query condition use this callback
to work on the actual object
|
boolean |
intersects(AABB aabb)
The query condition the object must fullfil
|
public RenderSceneQuery(FrustumG frustum, float[] transformMatrix)
public boolean intersects(AABB aabb)
ISceneQuery
intersects
in interface ISceneQuery
public void callback(BoundedSceneObject sceneObject)
ISceneQuery
callback
in interface ISceneQuery