|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.util.shader.ShaderVariable
com.jme.util.shader.uniformtypes.ShaderVariableMatrix4
public class ShaderVariableMatrix4
ShaderVariableMatrix4
Field Summary | |
---|---|
java.nio.FloatBuffer |
matrixBuffer
|
boolean |
rowMajor
|
Fields inherited from class com.jme.util.shader.ShaderVariable |
---|
name, needsRefresh, variableID |
Constructor Summary | |
---|---|
ShaderVariableMatrix4()
|
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 |
---|
public java.nio.FloatBuffer matrixBuffer
public boolean rowMajor
Constructor Detail |
---|
public ShaderVariableMatrix4()
Method Detail |
---|
public void write(JMEExporter e) throws java.io.IOException
write
in interface Savable
write
in class ShaderVariable
java.io.IOException
public void read(JMEImporter e) throws java.io.IOException
read
in interface Savable
read
in class ShaderVariable
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |