Method | Description | |
---|---|---|
getPoint ( int screenWidth, int screenHeight, int x, int y, |
||
render ( |
Method | Description | |
---|---|---|
getNaturalColor ( Object3D thing, Vector3 pos, Vector3 norm, Vector3 rd, |
||
getReflectionColor ( Object3D thing, Vector3 pos, Vector3 normal, Vector3 rd, |
||
intersections ( Ray ray, |
||
shade ( |
||
testRay ( Ray ray, |
||
traceRay ( Ray ray, |
public getPoint ( int screenWidth, int screenHeight, int x, int y, |
||
screenWidth | int | |
screenHeight | int | |
x | int | |
y | int | |
camera | ||
return | Vector3 |
public render ( |
||
scene | ||
device | ||
screenWidth | int | |
screenHeight | int | |
return | void |