org.jmol.shape
public abstract class MeshRenderer extends ShapeRenderer
| Field Summary | |
|---|---|
| protected boolean | antialias |
| protected BitSet | bsFaces |
| protected int | diameter |
| protected boolean | frontOnly |
| protected float | imageFontScaling |
| protected boolean | isTranslucent |
| protected Mesh | mesh |
| protected short[] | normixes |
| protected Point3f | pt1f |
| protected Point3i | pt1i |
| protected Point3f | pt2f |
| protected Point3i | pt2i |
| protected float | scalePixelsPerMicron |
| protected Point3i[] | screens |
| protected Vector3f[] | transformedVectors |
| protected int | vertexCount |
| protected Point3f[] | vertices |
| protected float | width |
| Method Summary | |
|---|---|
| protected boolean | isPolygonDisplayable(int i) |
| protected void | render() |
| boolean | render1(Mesh mesh) |
| protected void | render2() |
| protected void | renderExport() |
| protected void | renderPoints() |
| protected void | renderTriangles(boolean fill, boolean iShowTriangles) |
| boolean | setVariables() |
| protected void | transform() |