Search the Community
Showing results for tags 'prevent'.
-
It seems that preventAutoStart no longer has any effect... I have babylon scene with preventAutoStart set to true but they still auto start. Anybody else having this issue?
-
Hi, How to prevent player to modify scene? For example player can add a new camera and use it or player can change day night settings or player can add a light source. We can't check all of this from server side for all players. I am using three.js. Is there another framework to prevent player to modify scene? Thanks,