Uses of Class
com.aspose.threed.Frustum
-
-
Uses of Frustum in com.aspose.threed
Subclasses of Frustum in com.aspose.threed Modifier and Type Class Description class
Camera
The camera describes the eye point of the viewer looking at the scene.class
Light
The light illuminates the scene.Methods in com.aspose.threed that return Frustum Modifier and Type Method Description Frustum
Renderer. getFrustum()
Gets the frustum that used to provide view matrix.Frustum
Viewport. getFrustum()
Gets the camera of thisViewport
Methods in com.aspose.threed with parameters of type Frustum Modifier and Type Method Description protected void
Renderer. beginViewport(Viewport viewport, Frustum frustum)
Begin rendering on specified viewportvoid
Renderer. setFrustum(Frustum value)
Sets the frustum that used to provide view matrix.void
Viewport. setFrustum(Frustum value)
Sets the camera of thisViewport
-