|
||||||||||
前 次 | フレームあり フレームなし |
VertexBuffer.Type を使用しているパッケージ | |
---|---|
com.jme3.scene | The com.jme3.input package contains the scene graph implementation
in jMonkeyEngine. |
com.jme3.shader |
com.jme3.scene での VertexBuffer.Type の使用 |
---|
VertexBuffer.Type を返す com.jme3.scene のメソッド | |
---|---|
VertexBuffer.Type |
VertexBuffer.getBufferType()
|
static VertexBuffer.Type |
VertexBuffer.Type.valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static VertexBuffer.Type[] |
VertexBuffer.Type.values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
VertexBuffer.Type 型のパラメータを持つ com.jme3.scene のメソッド | |
---|---|
void |
Mesh.clearBuffer(VertexBuffer.Type type)
Clears or unsets the VertexBuffer set on this mesh
with the given type. |
VertexBuffer |
VertexBuffer.clone(VertexBuffer.Type overrideType)
Creates a deep clone of this VertexBuffer but overrides the VertexBuffer.Type . |
VertexBuffer |
Mesh.getBuffer(VertexBuffer.Type type)
Get the VertexBuffer stored on this mesh with the given
type. |
java.nio.FloatBuffer |
Mesh.getFloatBuffer(VertexBuffer.Type type)
Get the VertexBuffer data stored on this mesh in float
format. |
java.nio.ShortBuffer |
Mesh.getShortBuffer(VertexBuffer.Type type)
Get the VertexBuffer data stored on this mesh in short
format. |
void |
Mesh.setBuffer(VertexBuffer.Type type,
int components,
byte[] buf)
|
void |
Mesh.setBuffer(VertexBuffer.Type type,
int components,
java.nio.ByteBuffer buf)
|
void |
Mesh.setBuffer(VertexBuffer.Type type,
int components,
float[] buf)
|
void |
Mesh.setBuffer(VertexBuffer.Type type,
int components,
java.nio.FloatBuffer buf)
Set a floating point VertexBuffer on the mesh. |
void |
Mesh.setBuffer(VertexBuffer.Type type,
int components,
int[] buf)
|
void |
Mesh.setBuffer(VertexBuffer.Type type,
int components,
java.nio.IntBuffer buf)
|
void |
Mesh.setBuffer(VertexBuffer.Type type,
int components,
short[] buf)
|
void |
Mesh.setBuffer(VertexBuffer.Type type,
int components,
java.nio.ShortBuffer buf)
|
VertexBuffer.Type 型のパラメータを持つ com.jme3.scene のコンストラクタ | |
---|---|
VertexBuffer(VertexBuffer.Type type)
Creates an empty, uninitialized buffer. |
com.jme3.shader での VertexBuffer.Type の使用 |
---|
VertexBuffer.Type 型のパラメータを持つ com.jme3.shader のメソッド | |
---|---|
Attribute |
Shader.getAttribute(VertexBuffer.Type attribType)
|
|
||||||||||
前 次 | フレームあり フレームなし |