All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.ji3d.SurfaceDetail
java.lang.Object
|
+----java.awt.Polygon
|
+----berkeley.cs.dmc.ji3d.SurfaceDetail
- public final class SurfaceDetail
- extends Polygon
-
mapped
-
-
material
-
-
next
-
-
shadowSource
-
-
SurfaceDetail(Vec2[], Vec3, Vec3, Vec3, Material)
-
-
project(Mat4, int, int)
-
mapped
public Vec3 mapped[]
shadowSource
public Light shadowSource
next
public SurfaceDetail next
material
public Material material
SurfaceDetail
public SurfaceDetail(Vec2 points[],
Vec3 base,
Vec3 normal,
Vec3 up,
Material mat)
project
public void project(Mat4 m,
int half_width,
int half_height)
All Packages Class Hierarchy This Package Previous Next Index