Hi, Im working on project that should allow me to manipulate a model in VR.
Now the problem is that once i move a bone or transform node the viewport will update but the collisions wont. So if i for example click another time in the same spot, it will move the object again even if its not there anymore. At the same time if i click the moved mesh part, it wont even raycast!
Is there some operation to apply to update the picking mechanism? Is it about bounding boxes?
Let me know if you ever dealt with something like that. Thanks!
Yeah after removing some crap it got better. It becomes slow when you try to make many rotations subsequently. Like click fast and many time the leg at same place, the once it moves click it again many times asap…at some point it will become unresponsive.
I tried GPU bbutility method but that didn’t work at all.
It got better now… not instant but ok. For my use case should be plenty enough! Thanks