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

Variable Index

 o mapped
 o material
 o next
 o shadowSource

Constructor Index

 o SurfaceDetail(Vec2[], Vec3, Vec3, Vec3, Material)

Method Index

 o project(Mat4, int, int)

Variables

 o mapped
 public Vec3 mapped[]
 o shadowSource
 public Light shadowSource
 o next
 public SurfaceDetail next
 o material
 public Material material

Constructors

 o SurfaceDetail
 public SurfaceDetail(Vec2 points[],
                      Vec3 base,
                      Vec3 normal,
                      Vec3 up,
                      Material mat)

Methods

 o project
 public void project(Mat4 m,
                     int half_width,
                     int half_height)

All Packages  Class Hierarchy  This Package  Previous  Next  Index