com.jme.util.shader.uniformtypes
Class ShaderVariableMatrix3

java.lang.Object
  extended by com.jme.util.shader.ShaderVariable
      extended by com.jme.util.shader.uniformtypes.ShaderVariableMatrix3
All Implemented Interfaces:
Savable

public class ShaderVariableMatrix3
extends ShaderVariable

ShaderVariableMatrix3


Field Summary
 java.nio.FloatBuffer matrixBuffer
           
 boolean rowMajor
           
 
Fields inherited from class com.jme.util.shader.ShaderVariable
name, needsRefresh, variableID
 
Constructor Summary
ShaderVariableMatrix3()
           
 
Method Summary
 void read(JMEImporter e)
           
 void write(JMEExporter e)
           
 
Methods inherited from class com.jme.util.shader.ShaderVariable
equals, getClassTag, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matrixBuffer

public java.nio.FloatBuffer matrixBuffer

rowMajor

public boolean rowMajor
Constructor Detail

ShaderVariableMatrix3

public ShaderVariableMatrix3()
Method Detail

write

public void write(JMEExporter e)
           throws java.io.IOException
Specified by:
write in interface Savable
Overrides:
write in class ShaderVariable
Throws:
java.io.IOException

read

public void read(JMEImporter e)
          throws java.io.IOException
Specified by:
read in interface Savable
Overrides:
read in class ShaderVariable
Throws:
java.io.IOException