|
Rings Version 0.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectthreeD.raytracer.engine.RenderParameters
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 |
public int width
public int height
public int ssWidth
public int ssHeight
public int x
public int y
public int dx
public int dy
| Constructor Detail |
public RenderParameters()
|
Rings Version 0.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||