j3d.org Aviatrix3D

Uses of Interface
org.j3d.aviatrix3d.ShaderSceneGraphObject

Packages that use ShaderSceneGraphObject
org.j3d.aviatrix3d A lightweight Object Oriented wrapper for OpenGL. 
org.j3d.aviatrix3d.pipeline Implementations of the various pipeline pieces. 
org.j3d.aviatrix3d.surface Various surface types for rendering the OpenGL output too that implement the DrawableSurface
 

Uses of ShaderSceneGraphObject in org.j3d.aviatrix3d
 

Classes in org.j3d.aviatrix3d that implement ShaderSceneGraphObject
 class ShaderObject
          Representation of a single Shader Object code that will form the final shader program.
 class ShaderProgram
          Representation of a complete GLSLang shader program.
 

Methods in org.j3d.aviatrix3d with parameters of type ShaderSceneGraphObject
 void NodeUpdateHandler.shaderRequiresInit(ShaderSceneGraphObject shader)
          The shader object passed requires an initialisation be performed.
 void NodeUpdateHandler.shaderRequiresLogInfo(ShaderSceneGraphObject shader)
          The shader object passed requires updating the log info.
 void DrawableSurface.queueShaderRequests(ShaderSceneGraphObject[] initList, int numInit, ShaderSceneGraphObject[] logList, int numLog)
          Queue up a collection of shader objects for processing on the next frame.
 

Uses of ShaderSceneGraphObject in org.j3d.aviatrix3d.pipeline
 

Methods in org.j3d.aviatrix3d.pipeline with parameters of type ShaderSceneGraphObject
 void SingleThreadRenderManager.shaderRequiresInit(ShaderSceneGraphObject shader)
          The shader object passed requires an initialisation be performed.
 void SingleThreadRenderManager.shaderRequiresLogInfo(ShaderSceneGraphObject shader)
          The shader object passed requires updating the log info.
 void MultiThreadRenderManager.shaderRequiresInit(ShaderSceneGraphObject shader)
          The shader object passed requires an initialisation be performed.
 void MultiThreadRenderManager.shaderRequiresLogInfo(ShaderSceneGraphObject shader)
          The shader object passed requires updating the log info.
 

Uses of ShaderSceneGraphObject in org.j3d.aviatrix3d.surface
 

Methods in org.j3d.aviatrix3d.surface with parameters of type ShaderSceneGraphObject
 void StereoAWTSurface.queueShaderRequests(ShaderSceneGraphObject[] initList, int numInit, ShaderSceneGraphObject[] logList, int numLog)
          Queue up a collection of shader objects for processing on the next frame.
 void SimpleAWTSurface.queueShaderRequests(ShaderSceneGraphObject[] initList, int numInit, ShaderSceneGraphObject[] logList, int numLog)
          Queue up a collection of shader objects for processing on the next frame.
 void ElumensAWTSurface.queueShaderRequests(ShaderSceneGraphObject[] initList, int numInit, ShaderSceneGraphObject[] logList, int numLog)
          Queue up a collection of shader objects for processing on the next frame.
 void DebugAWTSurface.queueShaderRequests(ShaderSceneGraphObject[] initList, int numInit, ShaderSceneGraphObject[] logList, int numLog)
          Queue up a collection of shader objects for processing on the next frame.
 


j3d.org Aviatrix3D

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