public class JoglCubemapToEpirectConverter
extends java.lang.Object
Constructor and Description |
---|
JoglCubemapToEpirectConverter() |
JoglCubemapToEpirectConverter(int w,
int h) |
JoglCubemapToEpirectConverter(int w,
int h,
int s) |
Modifier and Type | Method and Description |
---|---|
JoglMesh |
CreateMesh() |
void |
Dispose(org.processmining.visualisation3d.GraphicsPipeline pipe) |
void |
Init(org.processmining.visualisation3d.GraphicsPipeline pipe) |
com.jogamp.opengl.util.texture.Texture |
renderToEpirect(org.processmining.visualisation3d.GraphicsPipeline pipe,
com.jogamp.opengl.util.texture.Texture t) |
void |
writeToFileEpirect(java.lang.String fileName) |
public JoglCubemapToEpirectConverter()
public JoglCubemapToEpirectConverter(int w, int h)
public JoglCubemapToEpirectConverter(int w, int h, int s)
public void Init(org.processmining.visualisation3d.GraphicsPipeline pipe)
public com.jogamp.opengl.util.texture.Texture renderToEpirect(org.processmining.visualisation3d.GraphicsPipeline pipe, com.jogamp.opengl.util.texture.Texture t)
public JoglMesh CreateMesh()
public void writeToFileEpirect(java.lang.String fileName)
public void Dispose(org.processmining.visualisation3d.GraphicsPipeline pipe)