Performance doubts(commercial project)

let odd = true;
engine.runRenderLoop(() => { if (odd) scene.render(); odd = !odd; });
5 Likes