Alex
Alex
Hmm, it looks like the motion state of the kinematic compound body is not updated in the updateCompound loop? It does get updated in updateKinematic later, though. Switching places probably...
Is there an easy way to identify which material that is?
Found it: https://playcanvas.com/editor/scene/1502892
Repro on Win 11, Chrome with VSM 8 and 16: https://user-images.githubusercontent.com/5677782/154163406-dd98fd39-9bec-4335-833f-1292d1b8dc02.mp4
Closing as not planned.
The issue is that Facebook has a server setting that forbids the use of script blobs, which fails to create a web worker. Please, consider adding an option to start...
Just dropping a note here. I don't think there is a notion of "a world is in a locked state or the world is running something"? I mean once you...
Ah, of course, you are right on that one. Completely forgot about the event callbacks 😅 I am scheduling all event updates to the next simulation step, thats why I...
Regarding the timing - we work around it by drawing a bunch of cubes with all materials that will be used in game during the first frame (which is hidden...
Hello, @rahadur Thank you, for the suggestion. I do use `hide` and `show` methods to control the banner display between different views. They work well for their purpose, however my...