Skip to content
Snippets Groups Projects
Commit cfdf262e authored by Katharina Krämer's avatar Katharina Krämer
Browse files

[#94] changed comment of computeDirection

parent 55d709f4
Branches
Tags
1 merge request!77Resolve "SAF-R Module"
Pipeline #27204 passed
...@@ -223,8 +223,8 @@ vec3 castRay(const vec3 initialOrigin, const vec3 initialDirection, int max_dept ...@@ -223,8 +223,8 @@ vec3 castRay(const vec3 initialOrigin, const vec3 initialDirection, int max_dept
/* /*
* computeDirection transforms the pixel coords to worldspace coords * computeDirection transforms the pixel coords to worldspace coords
* @param ivec2: coordinates of the camera * @param ivec2: pixel coordinates
* @return vec3: camera stuff what it sees or something????? * @return vec3: world coordinates
*/ */
vec3 computeDirection(ivec2 coord){ vec3 computeDirection(ivec2 coord){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment