|
Aviatrix3D 2.0 Dev |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Viewport | |
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
org.j3d.aviatrix3d.pipeline.graphics | Implementations of the various pipeline pieces. |
Uses of Viewport in org.j3d.aviatrix3d |
Subclasses of Viewport in org.j3d.aviatrix3d | |
class |
CompositeViewport
An viewport that may, itself contain a large collection of layers. |
class |
MultipassViewport
A viewport that contains a single scene, with no internal layering and is rendered using multipass techniques. |
class |
SimpleViewport
A viewport that contains a single scene, with no internal layering. |
Methods in org.j3d.aviatrix3d that return Viewport | |
Viewport |
SimpleLayer.getViewport()
Get the currently set viewport instance. |
Viewport |
CompositeLayer.removeViewport(int num)
Remove the given viewport at the specified index from this layer. |
Viewport |
CompositeLayer.getViewport(int num)
Get the currently set viewport instance at a specific index. |
Methods in org.j3d.aviatrix3d with parameters of type Viewport | |
void |
SimpleLayer.setViewport(Viewport vp)
Set a new viewport instance to be used by this layer. |
void |
CompositeLayer.addViewport(Viewport vp)
Add a new viewport to be used by this layer. |
void |
CompositeLayer.removeViewport(Viewport vp)
Remove the given viewport from this layer. |
Uses of Viewport in org.j3d.aviatrix3d.pipeline.graphics |
Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type Viewport | |
void |
ViewportResizeManager.addManagedViewport(Viewport view)
Add a viewport to be managed. |
void |
ViewportResizeManager.removeManagedViewport(Viewport view)
Remove a viewport that is being managed. |
protected void |
BaseCullStage.cullViewport(Viewport view,
int subsceneId,
int layerId,
int viewIndex,
int buffer)
Process a single viewport for culling. |
|
Aviatrix3D 2.0 Dev |
||||||||||
PREV NEXT | FRAMES NO FRAMES |