sancelot Posted April 26, 2018 Share Posted April 26, 2018 Hi, In my angular app, the rendering loop seems being called forever . The browser burns 100% cpu. In my application I will need only updating rendering on request. so, what can I do ? Regards, Steph Quote Link to comment Share on other sites More sharing options...
acarvallo Posted April 26, 2018 Share Posted April 26, 2018 Hey, You probably just want to not run the render loop. Instead, only call scene.render() at the start, and after each of your requests. sancelot 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.