|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.scene.geometryinstancing.instance.GeometryInstance<T>
public abstract class GeometryInstance<T extends GeometryInstanceAttributes>
GeometryInstance
uses a GeometryInstanceAttributes
to define an instance of object in world space.
Field Summary | |
---|---|
protected T |
attributes
|
Constructor Summary | |
---|---|
GeometryInstance(T attributes)
|
Method Summary | |
---|---|
abstract void |
commit(TriMesh batch)
|
T |
getAttributes()
|
abstract int |
getNumIndices()
|
abstract int |
getNumVerts()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected T extends GeometryInstanceAttributes attributes
Constructor Detail |
---|
public GeometryInstance(T attributes)
Method Detail |
---|
public abstract void commit(TriMesh batch)
public abstract int getNumIndices()
public abstract int getNumVerts()
public T getAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |