Skip to main content
Version: 2.0.0-preview

3D (Experimental)

Experimental 3D objects: scene container, primitives, models and lights. The 3D feature set is still under development.

  • 3D Scene — A 3D rendering container with camera and lighting.
  • Cube — A 3D cube primitive sized in width, height and depth.
  • Sphere — A 3D sphere primitive with a configurable radius and tessellation.
  • Plane — A flat 3D plane sized in width and height with subdivision.
  • Model — Loads and renders an external 3D model file.
  • Directional Light — A directional light source that illuminates the scene from a single direction.
  • Point Light — A point light that radiates from a single point in all directions.
  • Spot Light — A cone-shaped spotlight with adjustable inner and outer angles.