|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--raytracer.internal.Constants
Contains some systemwide constants.
Field Summary | |
static float |
INFINITY
Name is self-explaining ;-) |
static float |
LIGHT_INFLUENCE_EPSILON
Every light with influence < this epsilon can be ignored (for speed reasons). |
static float |
OUTSIDE_EPSILON
Every non-surface point which is at least this epsilon away from a surface point is guaranteed to be identified as such. |
Constructor Summary | |
Constants()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final float INFINITY
public static final float OUTSIDE_EPSILON
public static final float LIGHT_INFLUENCE_EPSILON
Constructor Detail |
public Constants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |