How to make the Bottom Panel or Side Camera Panel like shared in this demo
https://www.babylonjs.com/Demos/GUI/
Hello 
These UI elements are not BabylonJS UI but pure HTML.
Have a look at :
- HTML code : here (
CTRL+U on the page, or add “view-source:” before “https://” - line 40 control panel, line 52 camera panel)
- JS code : here (line 113
// UI)
2 Likes