1.9.1: Interval does not match 'cube enclosing the unit sphere'. · Issue #1603 · RayTracing/raytracing.github.io · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1591, text was changed from 'unit cube' to 'cube enclosing the unit sphere' to correctly describe the cube.
At the same time, the range was changed to interval notation, and the values were changed (from -1 and +1 to 0 and 1).
While I like the use of interval notation here, the values are now incorrect.
x/y/z in the range [-1,1] is the actual range for a cube enclosing the unit sphere.
x/y/z in the range [0,1] is (ironically?) a unit cube.
The text was updated successfully, but these errors were encountered:
In #1591, text was changed from 'unit cube' to 'cube enclosing the unit sphere' to correctly describe the cube.
At the same time, the range was changed to interval notation, and the values were changed (from -1 and +1 to 0 and 1).
While I like the use of interval notation here, the values are now incorrect.
x/y/z in the range
[-1,1]
is the actual range for a cube enclosing the unit sphere.x/y/z in the range
[0,1]
is (ironically?) a unit cube.The text was updated successfully, but these errors were encountered: