Folks, I am currently using phaser js but now i am try to implement babylonjs,
I need to create stage 720*480 static stage that will not transferred into 3D.
Stage should be STILL.
An it is responsive based on the aspect ratio of the browser or the screen.
I tried various option but i didnt get any success.
Thank in ADVANCED
Try a BABYLON.Layer :)
https://doc.babylonjs.com/api/classes/babylon.layer
http://www.babylonjs-playground.com/#UUXLX#15