Rings
Version 0.3

threeD.raytracer.engine
Class RenderParameters

java.lang.Object
  extended bythreeD.raytracer.engine.RenderParameters

public class RenderParameters
extends java.lang.Object

A RenderParameters object stores parameters for the RayTracingEngine.


Field Summary
 int dx
          Viewable image dimensions.
 int dy
          Viewable image dimensions.
 int height
          Full image dimensions.
 int ssHeight
          Super sample dimensions.
 int ssWidth
          Super sample dimensions.
 int width
          Full image dimensions.
 int x
          Coordinates of upper left corner of image.
 int y
          Coordinates of upper left corner of image.
 
Constructor Summary
RenderParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width
Full image dimensions.


height

public int height
Full image dimensions.


ssWidth

public int ssWidth
Super sample dimensions.


ssHeight

public int ssHeight
Super sample dimensions.


x

public int x
Coordinates of upper left corner of image.


y

public int y
Coordinates of upper left corner of image.


dx

public int dx
Viewable image dimensions.


dy

public int dy
Viewable image dimensions.

Constructor Detail

RenderParameters

public RenderParameters()

Rings
Version 0.3

Copyright 2003-05 Mike Murray