gestalt.candidates.materialplugin
Class JoglMaterialPluginTextureMatrixTransformer

java.lang.Object
  extended by gestalt.candidates.materialplugin.JoglMaterialPluginTextureMatrixTransformer
All Implemented Interfaces:
MaterialPlugin

public class JoglMaterialPluginTextureMatrixTransformer
extends java.lang.Object
implements MaterialPlugin


Field Summary
 Vector3f rotation
           
 Vector3f scale
           
 TransformMatrix4f transform
           
 
Constructor Summary
JoglMaterialPluginTextureMatrixTransformer()
           
 
Method Summary
 void begin(GLContext theRenderContext, Material theParent)
           
 void end(GLContext theRenderContext, Material theParent)
           
 int getTransformMode()
           
 Vector3f position()
           
 void setPositionRef(Vector3f thePosition)
           
 void setTransformMode(int theTransformMode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transform

public TransformMatrix4f transform

scale

public Vector3f scale

rotation

public Vector3f rotation
Constructor Detail

JoglMaterialPluginTextureMatrixTransformer

public JoglMaterialPluginTextureMatrixTransformer()
Method Detail

position

public Vector3f position()

setPositionRef

public void setPositionRef(Vector3f thePosition)

setTransformMode

public void setTransformMode(int theTransformMode)

getTransformMode

public int getTransformMode()

begin

public void begin(GLContext theRenderContext,
                  Material theParent)
Specified by:
begin in interface MaterialPlugin

end

public void end(GLContext theRenderContext,
                Material theParent)
Specified by:
end in interface MaterialPlugin


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009