|
Aviatrix3D 2.0 Beta 2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RenderPass | |
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
Uses of RenderPass in org.j3d.aviatrix3d |
Methods in org.j3d.aviatrix3d that return RenderPass | |
RenderPass |
MultipassScene.getRenderPass(int passNumber)
Get the render pass at the given pass number. |
Methods in org.j3d.aviatrix3d with parameters of type RenderPass | |
void |
MultipassScene.addRenderPass(RenderPass pass)
Add a new pass to the end of the current rendering list. |
void |
MultipassScene.setRenderPass(int passNumber,
RenderPass pass)
Replace the render pass at the given index with a different pass representation. |
void |
MultipassScene.getRenderPasses(RenderPass[] passes)
Get all the render passes currently registered. |
|
Aviatrix3D 2.0 Beta 2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |