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 light of the given information, we challenge readers to create a new function inside odak.learn.raytracing submodule that replaces the current intersect_w_sphere function. In addition, the current unit test test/test_learn_ray_intersect_w_a_sphere.py has to adopt this new function. odak.learn.raytracing submodule also needs new functions for supporting arbitrary surfaces (parametric). New unit tests are needed to improve the submodule accordingly. To add these to odak, you can rely on the pull request feature on GitHub. You can also create a new engineering note for arbitrary surfaces in docs/notes/raytracing_arbitrary_surfaces.md.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In light of the given information, we challenge readers to create a new function inside
odak.learn.raytracing
submodule that replaces the currentintersect_w_sphere
function. In addition, the current unit testtest/test_learn_ray_intersect_w_a_sphere.py
has to adopt this new function.odak.learn.raytracing
submodule also needs new functions for supporting arbitrary surfaces (parametric). New unit tests are needed to improve the submodule accordingly. To add these toodak,
you can rely on thepull request
feature on GitHub. You can also create a newengineering note
for arbitrary surfaces indocs/notes/raytracing_arbitrary_surfaces.md
.Beta Was this translation helpful? Give feedback.
All reactions