|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.scene.mesh.IndexBuffer
com.jme3.scene.mesh.IndexByteBuffer
public class IndexByteBuffer
IndexBuffer implementation for ByteBuffer
s.
コンストラクタの概要 | |
---|---|
IndexByteBuffer(java.nio.ByteBuffer buffer)
|
メソッドの概要 | |
---|---|
int |
get(int i)
Returns the vertex index for the given index in the index buffer. |
java.nio.Buffer |
getBuffer()
Returns the underlying data-type specific Buffer . |
void |
put(int i,
int value)
Puts the vertex index at the index buffer's index. |
int |
size()
Returns the size of the index buffer. |
クラス com.jme3.scene.mesh.IndexBuffer から継承されたメソッド |
---|
createIndexBuffer |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public IndexByteBuffer(java.nio.ByteBuffer buffer)
メソッドの詳細 |
---|
public int get(int i)
IndexBuffer
の記述:
IndexBuffer
内の get
i
- The index inside the index buffer
public void put(int i, int value)
IndexBuffer
の記述:UnsupportedOperationException
if modifying the IndexBuffer is not supported (e.g. virtual index
buffers).
IndexBuffer
内の put
public int size()
IndexBuffer
の記述:
IndexBuffer
内の size
public java.nio.Buffer getBuffer()
IndexBuffer
の記述:Buffer
.
Implementations may return null if there's no underlying
buffer.
IndexBuffer
内の getBuffer
Buffer
.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |