public interface ISceneQuery
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
|
boolean intersects(AABB aabb)
aabb
- void callback(BoundedSceneObject sceneObject)
sceneObject
-