Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 785 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 785 Bytes

babylon-webxr

A rudimentary default playground demonstrating WebXR and Babylon.js concepts.

Setup

Simply open index.html in a browser; all JavaScript is embedded into an HTML page. No npm or yarn required.

Branches

  • 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.

Resources