Property | Type | Description | |
---|---|---|---|
rnd | Random | ||
spheres | Sphere[], |
Method | Description | |
---|---|---|
Main ( String args ) : void | ||
WritePPM ( Vector3 data ) : void | ||
rnd_dome ( Vector3 normal ) : Vector3 | ||
trace ( Ray, ray, int depth ) : Vector3 |
public static WritePPM ( Vector3 data ) : void | ||
data | Vector3 | |
return | void |
public static rnd_dome ( Vector3 normal ) : Vector3 | ||
normal | Vector3 | |
return | Vector3 |
public static trace ( Ray, ray, int depth ) : Vector3 | ||
ray | Ray, | |
depth | int | |
return | Vector3 |