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, set
public JoglMeshDataBufferVectord2()
public JoglMeshDataBufferVectord2(int vCapacity)
public JoglVertexArrayObjectBuffer getVAOBuffer(GraphicsPipeline pipe)
getVAOBuffer
in interface IJoglMeshDataBuffer
public void drawNextVertex3d(com.jogamp.opengl.GL2 gl)
drawNextVertex3d
in interface IJoglMeshDataBuffer
public void drawNextColor3d(com.jogamp.opengl.GL2 gl)
drawNextColor3d
in interface IJoglMeshDataBuffer
public void drawNextNormal3d(com.jogamp.opengl.GL2 gl)
drawNextNormal3d
in interface IJoglMeshDataBuffer
public void drawNextTexCoord2d(com.jogamp.opengl.GL2 gl)
drawNextTexCoord2d
in interface IJoglMeshDataBuffer