3d Examples
Examples demonstrating 3d concepts and features.
Simple 3D Scene
A simple 3D scene with a light shining over a cube on a plane.
3D Shapes
Display multiple 3D shape primitives like cubes, spheres, and cylinders.
Animated Material
Animate a material's color over time using a system.
Load glTF
Load and display a glTF/GLB 3D model.
Lighting
Demonstrates different light types: point, directional, and spot lights.
Orthographic
Set up a 3D scene with an orthographic camera projection.
Parenting
Illustrates how to create parent-child relationships between entities and how parent transforms are propagated to their descendants.
Spherical Area Lights
Demonstrates point lights with different radii acting as area lights.
Texture
Load and apply a texture image to a 3D mesh.
Vertex Colors
Display a mesh with per-vertex colors.
Wireframe
Render meshes in wireframe mode.