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
I'm using the GitHub issue tracking system as a to-do list. Sorry if you receive a lot of notifications.
I need to refactor the ray tracing and depth rendering code so that it's easier to control which object categories or instances are rendered (or ignored). Currently it's hard to do things like "ignore chandeliers" without manually hardcoding the model IDs.
(1) would help with implementing the "first exit of the same object instance" layer. The code is too convoluted and it's slowing down development.
The text was updated successfully, but these errors were encountered:
I'm using the GitHub issue tracking system as a to-do list. Sorry if you receive a lot of notifications.
I need to refactor the ray tracing and depth rendering code so that it's easier to control which object categories or instances are rendered (or ignored). Currently it's hard to do things like "ignore chandeliers" without manually hardcoding the model IDs.
(1) would help with implementing the "first exit of the same object instance" layer. The code is too convoluted and it's slowing down development.
The text was updated successfully, but these errors were encountered: