Class com.oroinc.yaray.Scene
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.oroinc.yaray.Scene

java.lang.Object
   |
   +----com.oroinc.yaray.Scene

public final class Scene
extends Object
A scene.

Copyright © 1996, 1997 Original Reusable Objects, Inc. All rights reserved.

Author:
Daniel F. Savarese

Variable Index

 o eye
 o finishes
 o lights
 o objects
 o pigments
 o sceneHeight
 o sceneWidth
 o upVector
 o viewingDirection
 o windowDistance
 o windowHeight
 o windowWidth

Constructor Index

 o Scene()

Method Index

 o getHeight()
 o getWidth()

Variables

 o sceneWidth
  public int sceneWidth
 o sceneHeight
  public int sceneHeight
 o windowWidth
  public float windowWidth
 o windowHeight
  public float windowHeight
 o windowDistance
  public float windowDistance
 o eye
  public Point eye
 o viewingDirection
  public GeometricVector viewingDirection
 o upVector
  public GeometricVector upVector
 o lights
  public Light lights[]
 o objects
  public WorldObject objects[]
 o finishes
  public Finish finishes[]
 o pigments
  public Pigment pigments[]

Constructors

 o Scene
  public Scene()

Methods

 o getWidth
  public int getWidth()
 o getHeight
  public int getHeight()

All Packages  Class Hierarchy  This Package  Previous  Next  Index