All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.oroinc.yaray.World
Copyright © 1996, 1997 Original Reusable Objects, Inc. All rights reserved.
 
 currentDepth
	currentDepth
   EPSILON
	EPSILON
   eye
	eye
   lights
	lights
   MAX_DEPTH
	MAX_DEPTH
   objects
	objects
   
 World()
	World()
   
 raytrace(IntersectionRay, Color)
	raytrace(IntersectionRay, Color)
   
 MAX_DEPTH
MAX_DEPTH
public final static int MAX_DEPTH
 EPSILON
EPSILON
public final static float EPSILON
 currentDepth
currentDepth
public int currentDepth
 eye
eye
public Point eye
 objects
objects
public WorldObject objects[]
 lights
lights
public Light lights[]
 
 World
World
public World()
 
 raytrace
raytrace
  public void raytrace(IntersectionRay ray,
                       Color color)
All Packages Class Hierarchy This Package Previous Next Index