public class DotsRenderer extends ShapeRenderer
| Modifier and Type | Field and 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 and Description |
|---|
DotsRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initRenderer() |
protected boolean |
render() |
protected void |
render1(Dots dots) |
protected void |
renderConvex(short colix,
javajs.util.BS map,
int nPoints)
generic renderer -- dots and geosurface
|
protected void |
renderDots(int nPoints)
also called by GeoSurface when in motion
|
isVisibleForMe, renderShape, setup, setViewerG3dShapeIDpublic 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 ShapeRendererprotected boolean render()
render in class ShapeRendererprotected void render1(Dots dots)
protected void renderConvex(short colix,
javajs.util.BS map,
int nPoints)
colix - map - nPoints - protected void renderDots(int nPoints)
nPoints -