Aviatrix3D
2.1.0

org.j3d.aviatrix3d.pipeline.graphics
Class BufferDetails

java.lang.Object
  extended by org.j3d.aviatrix3d.pipeline.graphics.BufferDetails

public class BufferDetails
extends java.lang.Object

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.

Version:
$Revision: 3.4 $
Author:
Justin Couch

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

viewportState

public ViewportRenderable viewportState
Renderable information about the viewport, if any


generalBufferState

public BufferStateRenderable generalBufferState
Renderable information about the general buffer


colorBufferState

public BufferStateRenderable colorBufferState
Renderable information about the colour buffer


depthBufferState

public BufferStateRenderable depthBufferState
Renderable information about the depth buffer


stencilBufferState

public BufferStateRenderable stencilBufferState
Renderable information about the stencil buffer


accumBufferState

public BufferStateRenderable accumBufferState
Renderable information about the accumulation buffer

Constructor Detail

BufferDetails

public BufferDetails()

Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org