public class JoglMeshDataBufferVectord2 extends JoglVectord2Buffer implements IJoglMeshDataBuffer
texCoordsd| Constructor and Description |
|---|
JoglMeshDataBufferVectord2() |
JoglMeshDataBufferVectord2(int vCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawNextColor3d(com.jogamp.opengl.GL2 gl) |
void |
drawNextNormal3d(com.jogamp.opengl.GL2 gl) |
void |
drawNextTexCoord2d(com.jogamp.opengl.GL2 gl) |
void |
drawNextVertex3d(com.jogamp.opengl.GL2 gl) |
JoglVertexArrayObjectBuffer |
getVAOBuffer(GraphicsPipeline pipe) |
add, add, add, getArray, getNativeBuffer, position, set, setpublic JoglMeshDataBufferVectord2()
public JoglMeshDataBufferVectord2(int vCapacity)
public JoglVertexArrayObjectBuffer getVAOBuffer(GraphicsPipeline pipe)
getVAOBuffer in interface IJoglMeshDataBufferpublic void drawNextVertex3d(com.jogamp.opengl.GL2 gl)
drawNextVertex3d in interface IJoglMeshDataBufferpublic void drawNextColor3d(com.jogamp.opengl.GL2 gl)
drawNextColor3d in interface IJoglMeshDataBufferpublic void drawNextNormal3d(com.jogamp.opengl.GL2 gl)
drawNextNormal3d in interface IJoglMeshDataBufferpublic void drawNextTexCoord2d(com.jogamp.opengl.GL2 gl)
drawNextTexCoord2d in interface IJoglMeshDataBuffer