|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.scene.mesh.IndexBuffer
com.jme3.scene.mesh.IndexIntBuffer
public class IndexIntBuffer
IndexBuffer implementation for IntBuffers.
| コンストラクタの概要 | |
|---|---|
IndexIntBuffer(java.nio.IntBuffer 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 IndexIntBuffer(java.nio.IntBuffer buffer)
| メソッドの詳細 |
|---|
public int get(int i)
IndexBuffer の記述:
IndexBuffer 内の geti - 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 内の putpublic int size()
IndexBuffer の記述:
IndexBuffer 内の sizepublic java.nio.Buffer getBuffer()
IndexBuffer の記述:Buffer.
Implementations may return null if there's no underlying
buffer.
IndexBuffer 内の getBufferBuffer.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||