Skip to content

Re-fitting BVH for modified scene #164

Answered by ingowald
vani-nag asked this question in Q&A
Discussion options

You must be logged in to vote

I assume you have forgotten/omitted a "owlBuildSBT" call after changing the radius: For any of the "default" RTX programs (intersect, closesthit, etc) the parameters are pulled from the SBT, so this needs rebuilding if paramters change. The reason that it does work for the bounds program is that we handle the bounds prog outside the RTX pipeline, so the parameters are pulled from another place that does not require rebuilding the SBT.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vani-nag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants