Aviatrix3D
2.0 Beta 2

org.j3d.aviatrix3d.pipeline.graphics
Class BufferDetails

java.lang.Object
  extended byorg.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.2 $
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 stencilBufferState
          Renderable information about the stencil buffer
 
Constructor Summary
BufferDetails()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.0 Beta 2

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