Painter.Geometry
Modifier and Type | Field and Description |
---|---|
protected Camera |
camera |
protected com.jogamp.opengl.GL |
gl |
protected com.jogamp.opengl.glu.GLU |
glu |
protected com.jogamp.opengl.util.gl2.GLUT |
glut |
Constructor and Description |
---|
NativeEmbeddedPainter() |
Modifier and Type | Method and Description |
---|---|
void |
begin(Painter.Geometry geometry) |
void |
color(Color color) |
void |
coord(Coord3d coord,
SpaceTransformer transform) |
void |
culling(boolean status) |
void |
end() |
IAxe |
getAxe() |
Camera |
getCamera() |
IScreenCanvas |
getCanvas() |
Scene |
getScene() |
View |
getView() |
void |
lights(boolean status) |
void |
polygonOffset(boolean status) |
void |
setCamera(Camera camera) |
void |
transform(Transform transform,
boolean loadIdentity) |
protected com.jogamp.opengl.GL gl
protected com.jogamp.opengl.glu.GLU glu
protected com.jogamp.opengl.util.gl2.GLUT glut
protected Camera camera
public void begin(Painter.Geometry geometry)
public void coord(Coord3d coord, SpaceTransformer transform)
public void polygonOffset(boolean status)
polygonOffset
in interface Painter
public IScreenCanvas getCanvas()
Copyright © 2018. All rights reserved.