|
||||||||||
| 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.ShaderVariableFloat4
public class ShaderVariableFloat4
ShaderVariableFloat4
| Field Summary | |
|---|---|
float |
value1
|
float |
value2
|
float |
value3
|
float |
value4
|
| Fields inherited from class com.jme.util.shader.ShaderVariable |
|---|
name, needsRefresh, variableID |
| Constructor Summary | |
|---|---|
ShaderVariableFloat4()
|
|
| 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 float value1
public float value2
public float value3
public float value4
| Constructor Detail |
|---|
public ShaderVariableFloat4()
| Method Detail |
|---|
public void write(JMEExporter e)
throws java.io.IOException
write in interface Savablewrite in class ShaderVariablejava.io.IOException
public void read(JMEImporter e)
throws java.io.IOException
read in interface Savableread in class ShaderVariablejava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||