Aviatrix3D
2.0 Dev

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.1 $
Author:
Justin Couch

Field Summary
 RenderableBufferState accumBufferState
          Renderable information about the accumulation buffer
 RenderableBufferState colorBufferState
          Renderable information about the colour buffer
 RenderableBufferState depthBufferState
          Renderable information about the depth buffer
 RenderableBufferState 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 RenderableBufferState colorBufferState
Renderable information about the colour buffer


depthBufferState

public RenderableBufferState depthBufferState
Renderable information about the depth buffer


stencilBufferState

public RenderableBufferState stencilBufferState
Renderable information about the stencil buffer


accumBufferState

public RenderableBufferState accumBufferState
Renderable information about the accumulation buffer

Constructor Detail

BufferDetails

public BufferDetails()

Aviatrix3D
2.0 Dev

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