All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IT.uno.vrml.eai.shd.Shadow

java.lang.Object
   |
   +----IT.uno.vrml.eai.Thing
           |
           +----IT.uno.vrml.eai.Group
                   |
                   +----IT.uno.vrml.eai.shd.Shadow

public class Shadow
extends Group

Constructor Index

 o Shadow(World)

Method Index

 o setIndexedFaceSet(IndexedFaceSet, int[])
 o setLight(DirectionalLight)
 o setPlane(float[], float[])
 o setTransform(Transform)
 o update()

Constructors

 o Shadow
 public Shadow(World w)

Methods

 o setPlane
 public void setPlane(float org[],
                      float orn[])
 o setLight
 public void setLight(DirectionalLight l)
 o setTransform
 public void setTransform(Transform t)
 o setIndexedFaceSet
 public void setIndexedFaceSet(IndexedFaceSet ifs,
                               int ci[])
 o update
 public void update()

All Packages  Class Hierarchy  This Package  Previous  Next  Index