GeoSurfaceRenderer
public class DotsRenderer extends ShapeRenderer
Modifier and Type | Field | Description |
---|---|---|
private int |
dotScale |
|
int[] |
faceMap |
|
boolean |
iShowSolid |
|
int[] |
scrCoords |
|
int |
screenDotCount |
|
int |
screenLevel |
|
private javajs.util.P3i |
scrTemp |
|
private javajs.util.V3 |
v3temp |
colix, exportType, g3d, isExport, mad, ms, myVisibilityFlag, shape, shapeID, tm, vwr
Constructor | Description |
---|---|
DotsRenderer() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
initRenderer() |
|
protected boolean |
render() |
|
protected void |
render1(Dots dots) |
|
protected void |
renderConvex(short colix,
BS map,
int nPoints) |
generic renderer -- dots and geosurface
|
protected void |
renderDots(int nPoints) |
also called by GeoSurface when in motion
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isVisibleForMe, renderShape, setup, setViewerG3dShapeID
public boolean iShowSolid
public int screenLevel
public int screenDotCount
public int[] scrCoords
public int[] faceMap
private javajs.util.V3 v3temp
private javajs.util.P3i scrTemp
private int dotScale
protected void initRenderer()
initRenderer
in class ShapeRenderer
protected boolean render()
render
in class ShapeRenderer
protected void render1(Dots dots)
protected void renderConvex(short colix, BS map, int nPoints)
colix
- map
- nPoints
- protected void renderDots(int nPoints)
nPoints
-