Did you call engine.resize() after the window resized it is done automatically in the playground with :
window.onresize = () => { engine.resize(); };
1 Like
Did you call engine.resize() after the window resized it is done automatically in the playground with :
window.onresize = () => { engine.resize(); };