|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.scene.geometryinstancing.instance.GeometryInstanceAttributes
com.jme.scene.geometryinstancing.GeometryBatchInstanceAttributes
public class GeometryBatchInstanceAttributes
GeometryBatchInstanceAttributes
specifies the attributes for a
GeometryBatchInstance
Field Summary | |
---|---|
protected ColorRGBA |
color
|
Fields inherited from class com.jme.scene.geometryinstancing.instance.GeometryInstanceAttributes |
---|
mtNormal, mtWorld, rotation, scale, translation |
Constructor Summary | |
---|---|
GeometryBatchInstanceAttributes(Vector3f translation,
Vector3f scale,
Quaternion rotation,
ColorRGBA color)
|
Method Summary | |
---|---|
ColorRGBA |
getColor()
buildMatrices updates the world and rotation matrix |
void |
setColor(ColorRGBA color)
|
Methods inherited from class com.jme.scene.geometryinstancing.instance.GeometryInstanceAttributes |
---|
buildMatrices, getNormalMatrix, getRotation, getScale, getTranslation, getWorldMatrix, setRotation, setScale, setTranslation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ColorRGBA color
Constructor Detail |
---|
public GeometryBatchInstanceAttributes(Vector3f translation, Vector3f scale, Quaternion rotation, ColorRGBA color)
Method Detail |
---|
public ColorRGBA getColor()
buildMatrices
updates the world and rotation matrix
public void setColor(ColorRGBA color)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |