Replies: 1 comment
-
I thought I fixed but i didn't, doing the material invisible keeps throwing events. Any suggestion on how to hide a mesh while not throwing events and not unmounting? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! First of all thanks to the authors for this amazing tool.
I need to hide/show certain meshes (and also making them not appearing in raytracing). According to the performance pitfalls in this repostory: Do not mount/unmount things indiscriminately!. In order to avoid mounting and unmounting, for example setting the mesh or the material to be invisible is suggested. Nevertheless, with this approach, meshes keep thworing events.
How could I solve this?
Thank you very much in advance!
Beta Was this translation helpful? Give feedback.
All reactions