All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.ji3d.Obj
java.lang.Object
|
+----berkeley.cs.dmc.ji3d.Base
|
+----berkeley.cs.dmc.ji3d.Obj
- public final class Obj
- extends Base
-
center
-
-
centers
-
-
faceIdx
-
-
material
-
-
modelMatrix
-
-
needsClipping
-
-
normals
-
-
points
-
-
projected
-
-
radius
-
-
xformCenter
-
-
xformCenters
-
-
xformNormals
-
-
xformPoints
-
-
xformRadius
-
-
Obj(Vec3[], int[][], Mat4, Material)
-
-
appendProjectedFacesToFaceList(View, FaceArray)
-
-
applyTransform()
-
-
calculateBounds()
-
-
drawBounds(Graphics, View)
-
points
public Vec3 points[]
normals
public Vec3 normals[]
centers
public Vec4 centers[]
center
public Vec3 center
radius
public float radius
xformCenter
public Vec3 xformCenter
xformRadius
public float xformRadius
xformPoints
public Vec4 xformPoints[]
xformNormals
public Vec3 xformNormals[]
xformCenters
public Vec4 xformCenters[]
projected
public ScrPt projected[]
needsClipping
public boolean needsClipping
faceIdx
public int faceIdx[][]
modelMatrix
public Mat4 modelMatrix
material
public Material material
Obj
public Obj(Vec3 points[],
int faceIdx[][],
Mat4 modelMatrix,
Material material)
calculateBounds
public final void calculateBounds()
applyTransform
public final void applyTransform()
drawBounds
public final void drawBounds(Graphics g,
View view)
appendProjectedFacesToFaceList
public final void appendProjectedFacesToFaceList(View view,
FaceArray list)
All Packages Class Hierarchy This Package Previous Next Index