org.jmol.shape

Class MeshRenderer

public abstract class MeshRenderer extends ShapeRenderer

Field Summary
protected booleanantialias
protected BitSetbsFaces
protected intdiameter
protected booleanfrontOnly
protected floatimageFontScaling
protected booleanisTranslucent
protected Meshmesh
protected short[]normixes
protected Point3fpt1f
protected Point3ipt1i
protected Point3fpt2f
protected Point3ipt2i
protected floatscalePixelsPerMicron
protected Point3i[]screens
protected Vector3f[]transformedVectors
protected intvertexCount
protected Point3f[]vertices
protected floatwidth
Method Summary
protected booleanisPolygonDisplayable(int i)
protected voidrender()
booleanrender1(Mesh mesh)
protected voidrender2()
protected voidrenderExport()
protected voidrenderPoints()
protected voidrenderTriangles(boolean fill, boolean iShowTriangles)
booleansetVariables()
protected voidtransform()

Field Detail

antialias

protected boolean antialias

bsFaces

protected BitSet bsFaces

diameter

protected int diameter

frontOnly

protected boolean frontOnly

imageFontScaling

protected float imageFontScaling

isTranslucent

protected boolean isTranslucent

mesh

protected Mesh mesh

normixes

protected short[] normixes

pt1f

protected final Point3f pt1f

pt1i

protected final Point3i pt1i

pt2f

protected final Point3f pt2f

pt2i

protected final Point3i pt2i

scalePixelsPerMicron

protected float scalePixelsPerMicron

screens

protected Point3i[] screens

transformedVectors

protected Vector3f[] transformedVectors

vertexCount

protected int vertexCount

vertices

protected Point3f[] vertices

width

protected float width

Method Detail

isPolygonDisplayable

protected boolean isPolygonDisplayable(int i)

render

protected void render()

render1

public boolean render1(Mesh mesh)

render2

protected void render2()

renderExport

protected void renderExport()

renderPoints

protected void renderPoints()

renderTriangles

protected void renderTriangles(boolean fill, boolean iShowTriangles)

setVariables

private boolean setVariables()

transform

protected void transform()