|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subdivision.BufferType | |
---|---|
com.jmex.subdivision |
Uses of Subdivision.BufferType in com.jmex.subdivision |
---|
Fields in com.jmex.subdivision declared as Subdivision.BufferType | |
---|---|
Subdivision.BufferType |
Subdivision.SubdivisionBuffer.type
states which type of buffer this is |
Methods in com.jmex.subdivision that return Subdivision.BufferType | |
---|---|
static Subdivision.BufferType |
Subdivision.BufferType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Subdivision.BufferType[] |
Subdivision.BufferType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jmex.subdivision with parameters of type Subdivision.BufferType | |
---|---|
void |
Subdivision.addToBufferList(java.nio.FloatBuffer buffer,
int elemSize,
boolean linear,
Subdivision.BufferType type)
Add a buffer to the list of buffers who are to be subdivided |
void |
Subdivision.addToBufferList(java.nio.FloatBuffer buffer,
Subdivision.BufferType type)
Add a buffer to the list of buffers who are to be subdivided |
Constructors in com.jmex.subdivision with parameters of type Subdivision.BufferType | |
---|---|
Subdivision.SubdivisionBuffer(java.nio.FloatBuffer buf,
int elemSize,
boolean linear,
Subdivision.BufferType type)
Constructor for SubdivisionBuffer |
|
Subdivision.SubdivisionBuffer(java.nio.FloatBuffer buf,
Subdivision.BufferType type)
Constructor for SubdivisionBuffer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |