java.lang.Object
de.grogra.ray.intersection.Intersections.SphereLocalVariables
- Enclosing class:
- Intersections
This class is used to speed up the sphere intersection calculation.
An other advantage of it is to split the whole intersection calculation
an only run the second part if necessary.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
transparencyInput
-
u
public float u -
v
public float v -
invers_ray
-
dg
-
g
-
a
public float a -
b
public float b -
c
public float c -
D
public float D -
invers_t
public float invers_t -
t
public float t -
t_index
public int t_index -
invers_point
-
point
-
center
-
normal
-
x
public float x -
z
public float z
-
-
Constructor Details
-
SphereLocalVariables
public SphereLocalVariables()
-