Modifier and Type | Class and Description |
---|---|
class |
JoglColoredMesh |
class |
JoglOpenVRMesh |
class |
JoglTexturedInterpolationMesh |
class |
JoglTexturedMesh |
Modifier and Type | Method and Description |
---|---|
void |
JoglMesh.addVerts(JoglMesh m) |
void |
JoglMesh.addVerts(JoglMesh m,
org.processmining.visualisation3d.maths.JoglMatrixd4x4 offset) |
void |
JoglMesh.addVerts(JoglMesh m,
org.processmining.visualisation3d.maths.JoglVectord3 offset) |
void |
JoglMesh.addVerts(JoglMesh m,
org.processmining.visualisation3d.maths.JoglVectord3 offset,
int vstart,
int vend) |
Modifier and Type | Method and Description |
---|---|
static void |
JoglMeshDrawer.draw(org.processmining.visualisation3d.GraphicsPipeline pipe,
JoglMesh mesh,
JoglMeshDrawState dstate) |
void |
IMeshDrawer.LoadMesh(org.processmining.visualisation3d.GraphicsPipeline pipe,
JoglMesh mesh) |
void |
VAODrawer.LoadMesh(org.processmining.visualisation3d.GraphicsPipeline pipe,
JoglMesh mesh) |
Modifier and Type | Method and Description |
---|---|
JoglMesh |
JoglGuiMesh.getMesh() |
Modifier and Type | Method and Description |
---|---|
void |
JoglGuiMesh.setMesh(JoglMesh m) |
Constructor and Description |
---|
JoglGuiMesh(JoglMesh m) |
JoglGuiMesh(JoglMesh m,
org.processmining.visualisation3d.gldatastructures.JoglTexture t) |
Modifier and Type | Method and Description |
---|---|
JoglMesh |
JSOSubNetPedestal.CreateOutlineMesh() |
JoglMesh |
JSOSubNetPedestal.CreateSurfaceMesh() |
JoglMesh |
JSOPnEdge.getMesh() |
JoglMesh |
JSOPnPlace.getMesh() |
JoglMesh |
JSOPnTransition.getMesh() |
Modifier and Type | Method and Description |
---|---|
void |
JSOPnEdge.setMesh(JoglMesh m) |
void |
JSOPnPlace.setMesh(JoglMesh m) |
void |
JSOPnTransition.setMesh(JoglMesh m) |
Modifier and Type | Method and Description |
---|---|
JoglMesh |
JoglCubemapToEpirectConverter.CreateMesh() |