A rudimentary default playground demonstrating WebXR and Babylon.js concepts.
Simply open index.html
in a browser; all JavaScript is embedded into an HTML page. No npm
or yarn
required.
main
: The initial state of the Babylon.js application.lighting-1
: Point lights.lighting-2
: Directional lights.lighting-3
: Spot lights.lighting-4
: Adjusting light intensity.lighting-5
: Defining diffuse and specular color.shapes-1
: Rendering an ellipsoid.shapes-2
: Rendering a truncated cone.debugging-1
: Enabling debug mode with inspector.