|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.j3d.threeD.raytracer.engine.RenderParameters
public class RenderParameters
A RenderParameters object stores parameters for the RayTracingEngine.
| Field Summary | |
|---|---|
int |
dx
Viewable image dimensions. |
int |
dy
Viewable image dimensions. |
RGB |
fogColor
|
double |
fogDensity
|
double |
fogRatio
|
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()
|
|
RenderParameters(int x,
int y,
int dx,
int dy,
int w,
int h,
int ssw,
int ssh)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, 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
public RGB fogColor
public double fogDensity
public double fogRatio
| Constructor Detail |
|---|
public RenderParameters()
public RenderParameters(int x,
int y,
int dx,
int dy,
int w,
int h,
int ssw,
int ssh)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||