org.jmol.shapespecial
public class PolyhedraRenderer extends ShapeRenderer
Modifier and Type | Field and Description |
---|---|
private int |
drawEdges |
private boolean |
frontOnly |
private boolean |
isAll |
colix, exportType, g3d, isExport, mad, madBeg, madEnd, madMid, modelSet, myVisibilityFlag, shape, shapeID, viewer
Constructor and Description |
---|
PolyhedraRenderer() |
Modifier and Type | Method and Description |
---|---|
private void |
drawCylinderTriangle(int xA,
int yA,
int zA,
int xB,
int yB,
int zB,
int xC,
int yC,
int zC) |
private void |
drawFace(short normix,
Point3i A,
Point3i B,
Point3i C) |
private void |
fillFace(short normix,
Point3i A,
Point3i B,
Point3i C) |
protected void |
render() |
private Point3i[] |
render1(Polyhedra.Polyhedron p,
short colix,
Point3i[] screens) |
initRenderer, render, setViewerG3dShapeID
private int drawEdges
private boolean isAll
private boolean frontOnly
protected void render()
render
in class ShapeRenderer
private Point3i[] render1(Polyhedra.Polyhedron p, short colix, Point3i[] screens)
private void drawCylinderTriangle(int xA, int yA, int zA, int xB, int yB, int zB, int xC, int yC, int zC)