Uses of Class
com.badlogic.gdx.math.Frustum
-
Packages that use Frustum Package Description com.badlogic.gdx.graphics com.badlogic.gdx.graphics.g3d.utils.shapebuilders com.badlogic.gdx.math -
-
Uses of Frustum in com.badlogic.gdx.graphics
Fields in com.badlogic.gdx.graphics declared as Frustum Modifier and Type Field Description FrustumCamera. frustumthe frustum -
Uses of Frustum in com.badlogic.gdx.graphics.g3d.utils.shapebuilders
Methods in com.badlogic.gdx.graphics.g3d.utils.shapebuilders with parameters of type Frustum Modifier and Type Method Description static voidFrustumShapeBuilder. build(MeshPartBuilder builder, Frustum frustum, Color frustumColor, Color crossColor)Build Frustum with custom colors -
Uses of Frustum in com.badlogic.gdx.math
Methods in com.badlogic.gdx.math with parameters of type Frustum Modifier and Type Method Description static booleanIntersector. intersectFrustumBounds(Frustum frustum, BoundingBox bounds)Returns whether the givenFrustumintersects aBoundingBox.static booleanIntersector. intersectFrustumBounds(Frustum frustum, OrientedBoundingBox obb)Returns whether the givenFrustumintersects aOrientedBoundingBox.booleanOctree.Collider. intersects(Frustum frustum, T geometry)Method to calculate intersection between frustum and the geometry.protected voidOctree.OctreeNode. query(Frustum frustum, ObjectSet<T> result)ObjectSet<T>Octree. query(Frustum frustum, ObjectSet<T> result)Method to query geometries inside nodes that the frustum intersects.
-