public class JoglTexturedInterpolationMesh extends JoglTexturedMesh
| Modifier and Type | Field and Description |
|---|---|
protected org.processmining.visualisation3d.graphicsdatastructures.JoglMeshDataBufferVectord3 |
vertsd2 |
texCoordsd| Constructor and Description |
|---|
JoglTexturedInterpolationMesh(int dType) |
JoglTexturedInterpolationMesh(int dType,
int vCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
addVerts2(double[] tclist) |
void |
addVerts2(java.util.Vector<org.processmining.visualisation3d.maths.JoglVectord3> tclist) |
void |
draw(org.processmining.visualisation3d.GraphicsPipeline pipe) |
void |
draw(org.processmining.visualisation3d.GraphicsPipeline pipe,
int start,
int end) |
java.util.Vector<org.processmining.visualisation3d.gldatastructures.JoglVertexArrayObjectBuffer> |
getVAOBuffers(org.processmining.visualisation3d.GraphicsPipeline pipe) |
double[] |
getVerts2() |
org.processmining.visualisation3d.graphicsdatastructures.JoglMeshDataBufferVectord3 |
getVerts2Buffer() |
void |
setVerts2(double[] tclist) |
void |
setVerts2(java.util.Vector<org.processmining.visualisation3d.maths.JoglVectord3> tclist) |
addTexCoords, addTexCoords, addTexCoords, getTexCoords, getTexCoordsBuffer, setTexCoords, setTexCoordsaddVerts, addVerts, addVerts, addVerts, addVerts, addVerts, addVerts, addVerts, getAABB, getIndexBuffer, getNumVerts, getVerts, getVertsBuffer, setIndexBuffer, setVerts, setVerts, setVertsprotected org.processmining.visualisation3d.graphicsdatastructures.JoglMeshDataBufferVectord3 vertsd2
public JoglTexturedInterpolationMesh(int dType)
public JoglTexturedInterpolationMesh(int dType,
int vCapacity)
public double[] getVerts2()
public org.processmining.visualisation3d.graphicsdatastructures.JoglMeshDataBufferVectord3 getVerts2Buffer()
public void setVerts2(double[] tclist)
public void setVerts2(java.util.Vector<org.processmining.visualisation3d.maths.JoglVectord3> tclist)
public void addVerts2(java.util.Vector<org.processmining.visualisation3d.maths.JoglVectord3> tclist)
public void addVerts2(double[] tclist)
public java.util.Vector<org.processmining.visualisation3d.gldatastructures.JoglVertexArrayObjectBuffer> getVAOBuffers(org.processmining.visualisation3d.GraphicsPipeline pipe)
getVAOBuffers in class JoglTexturedMeshpublic void draw(org.processmining.visualisation3d.GraphicsPipeline pipe)
draw in class JoglTexturedMeshpublic void draw(org.processmining.visualisation3d.GraphicsPipeline pipe,
int start,
int end)
draw in class JoglTexturedMesh