org.jmol.shape
public class DotsRenderer extends ShapeRenderer
| Field Summary | |
|---|---|
| int[] | faceMap |
| boolean | iShowSolid |
| int[] | screenCoordinates |
| int | screenDotCount |
| int | screenLevel |
| Vector3f[] | verticesTransformed |
| Method Summary | |
|---|---|
| int | calcScreenPoints(int[] visibilityMap, float radius, int x, int y, int z)
calculates the screen xy coordinates for the dots or faces
|
| protected void | initRenderer() |
| protected void | render() |
| protected void | render1(Dots dots) |
| protected void | renderConvex(short colix, int[] map, int nPoints)
generic renderer -- dots and geosurface
|
| protected void | renderDots(int nPoints)
also called by GeoSurface when in motion
|
Parameters: visibilityMap radius x y z
Returns: number of points
Parameters: colix map nPoints
Parameters: nPoints