Based on the documentation here:
|
direction of each ray (a unit vector). `ray_directions[i][j]` denotes the direction of the ray |
I would expect ray_directions to contain unit vectors. However, numerically looking into the values, this is not the case - the values are close to 1 but have a large variation around the exact value (around 10%-20%).
Is this a bug?
If not, what is the meaning of the vector magnitude?
Thanks!