Constructor | Description |
---|---|
JoGLClippingManager(JoGLDrawingTools drawingTools) |
Default constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
JoGLShapeDrawer.draw(JoGLDrawingTools drawingTools,
Geometry geometry,
Appearance appearance) |
Draw a given geometry with given appearance.
|
Constructor | Description |
---|---|
JoGLLightManager(JoGLDrawingTools drawingTools) |
Default constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
JoGLPickingManager.glConsume(JoGLDrawingTools drawingTools) |
Ask to consume picking task with the given drawing tools.
|
Constructor | Description |
---|---|
JoGLPickingTools(JoGLDrawingTools drawingTools) |
Default constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
JoGLRendererManager.dispose(JoGLDrawingTools drawingTools,
Renderer renderer) |
|
void |
JoGLRenderer.draw(JoGLDrawingTools drawingTools) |
Perform a draw to the given canvas.
|
void |
JoGLRendererManager.draw(JoGLDrawingTools drawingTools,
Renderer renderer) |
Perform a draw with the given renderer to the given canvas..
|
Modifier and Type | Method | Description |
---|---|---|
void |
JoGLTextureManager.bind(JoGLDrawingTools drawingTools,
Texture texture) |
Texture binder.
|
void |
JoGLTextureManager.JoGLTexture.bind(JoGLDrawingTools drawingTools) |
Bind the texture in the OpenGl context.
|
void |
JoGLTextureManager.draw(JoGLDrawingTools drawingTools,
Texture texture) |
Draw the given texture.
|
void |
JoGLTextureManager.draw(JoGLDrawingTools drawingTools,
Texture texture,
AnchorPosition anchor,
ElementsBuffer positions,
double rotationAngle) |
|
void |
JoGLTextureManager.draw(JoGLDrawingTools drawingTools,
Texture texture,
AnchorPosition anchor,
Vector3d position,
double rotationAngle) |
|
void |
JoGLTextureManager.JoGLTexture.draw(JoGLDrawingTools drawingTools) |
Draw the texture in XY plane.
|
void |
JoGLTextureManager.JoGLTexture.draw(JoGLDrawingTools drawingTools,
AnchorPosition anchor,
Vector3d position,
double rotationAngle) |
|
void |
JoGLTextureManager.JoGLTexture.postDraw(JoGLDrawingTools drawingTools) |
|
void |
JoGLTextureManager.JoGLTexture.preDraw(JoGLDrawingTools drawingTools) |