Uses of Class
com.aspose.threed.Viewport
-
-
Uses of Viewport in com.aspose.threed
Methods in com.aspose.threed that return Viewport Modifier and Type Method Description Viewport
Viewport. clone()
Viewport
IRenderTarget. createViewport(Camera camera)
Create a viewport in specified camera perspective.Viewport
IRenderTarget. createViewport(Camera camera, RelativeRectangle rect)
Create a viewport with position/size in specified camera perspective.Viewport
IRenderTarget. createViewport(Camera camera, java.awt.Color backgroundColor, RelativeRectangle rect)
Create a viewport with specified background color and position/size in specified camera perspective.Methods in com.aspose.threed that return types with arguments of type Viewport Modifier and Type Method Description java.util.List<Viewport>
IRenderTarget. getViewports()
Gets all viewports that associated with this render target.Methods in com.aspose.threed with parameters of type Viewport Modifier and Type Method Description protected void
Renderer. beginViewport(Viewport viewport)
Begin rendering on specified viewportprotected void
Renderer. beginViewport(Viewport viewport, Frustum frustum)
Begin rendering on specified viewport
-