|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.j3d.aviatrix3d.pipeline.graphics.BufferDetails
public class BufferDetails
Class for passing the various rendering buffer renderable representations through the pipeline.
Multipass rendering require information the different buffers that can be rendered to. In a lot of cases these use buffers that are not just the normal colour and depth values.
Field Summary | |
---|---|
BufferStateRenderable |
accumBufferState
Renderable information about the accumulation buffer |
BufferStateRenderable |
colorBufferState
Renderable information about the colour buffer |
BufferStateRenderable |
depthBufferState
Renderable information about the depth buffer |
BufferStateRenderable |
generalBufferState
Renderable information about the general buffer |
BufferStateRenderable |
stencilBufferState
Renderable information about the stencil buffer |
ViewportRenderable |
viewportState
Renderable information about the viewport, if any |
Constructor Summary | |
---|---|
BufferDetails()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ViewportRenderable viewportState
public BufferStateRenderable generalBufferState
public BufferStateRenderable colorBufferState
public BufferStateRenderable depthBufferState
public BufferStateRenderable stencilBufferState
public BufferStateRenderable accumBufferState
Constructor Detail |
---|
public BufferDetails()
|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |