Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor raytrace node configurations and introduce non-hit distance handling #257

Merged
merged 13 commits into from
Mar 5, 2024

Conversation

nebraszka
Copy link
Collaborator

No description provided.

@nebraszka nebraszka changed the title Refactor raytrace node settings and introduce non-hit distance handling Refactor raytrace node configuration and introduce non-hit distance handling Feb 26, 2024
@nebraszka nebraszka changed the title Refactor raytrace node configuration and introduce non-hit distance handling Refactor raytrace node configurations and introduce non-hit distance handling Feb 26, 2024
@nebraszka nebraszka marked this pull request as ready for review February 26, 2024 14:36
@nebraszka nebraszka force-pushed the mn/raytrace-configurations branch 3 times, most recently from 9bbfcc4 to 67e5d88 Compare February 27, 2024 08:53
Copy link
Collaborator

@msz-rai msz-rai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job 👍
The proposed changes make NON_HIT_VALUE to be inconsistent in some scenarios. It needs to be corrected (I have left a suggestion for it).
The rest of the comments are more about cosmetic changes.

include/rgl/api/core.h Outdated Show resolved Hide resolved
include/rgl/api/core.h Outdated Show resolved Hide resolved
src/api/apiCore.cpp Outdated Show resolved Hide resolved
src/api/apiCore.cpp Outdated Show resolved Hide resolved
src/graph/NodesCore.hpp Outdated Show resolved Hide resolved
test/src/TapeTest.cpp Show resolved Hide resolved
test/src/graph/nodes/RaytraceNodeTest.cpp Show resolved Hide resolved
test/src/graph/nodes/RaytraceNodeTest.cpp Show resolved Hide resolved
test/src/graph/nodes/RaytraceNodeTest.cpp Outdated Show resolved Hide resolved
test/src/graph/nodes/RaytraceNodeTest.cpp Outdated Show resolved Hide resolved
@msz-rai
Copy link
Collaborator

msz-rai commented Feb 29, 2024

+ Please rebase PR onto the latest develop branch to activate CI 😉

@nebraszka nebraszka force-pushed the mn/raytrace-configurations branch 2 times, most recently from 4960c4b to aa22f09 Compare March 1, 2024 14:32
src/gpu/optixPrograms.cu Outdated Show resolved Hide resolved
test/include/helpers/commonHelpers.hpp Outdated Show resolved Hide resolved
test/src/graph/VelocityDistortionTest.cpp Outdated Show resolved Hide resolved
test/src/graph/nodes/RaytraceNodeTest.cpp Outdated Show resolved Hide resolved
include/rgl/api/core.h Show resolved Hide resolved
Copy link
Collaborator

@msz-rai msz-rai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 could be merged if CI passes 🤖

@nebraszka nebraszka merged commit 4411255 into develop Mar 5, 2024
24 checks passed
@nebraszka nebraszka deleted the mn/raytrace-configurations branch March 5, 2024 12:47
msz-rai added a commit that referenced this pull request Jun 11, 2024
…handling (#257)

* Add prototype of rgl_node_raytrace_configure_velocity

* Add prototype of tape_node_raytrace_configure_velocity

* Add invalid_node_object test

* Add prototype of rgl_node_raytrace_configure_distortion

* Add documentation

* Refactor usage of raytrace in motion & with distortion

* Changes in the api documentation

* Add prototype of raytrace_configure_non_hit_distance_values

* Add prototype of raytrace_configure_non_hit_distance_values

* Finish implementation and tests

* Apply suggestions from code review

Co-authored-by: Mateusz Szczygielski <[email protected]>

* Review fixes

* Re-review fixes

---------
Co-authored-by: Mateusz Szczygielski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants