# Rotating Cube Smallest 3D scene. ```{raw} html ▶ Run in browser ``` **Tags:** `getting_started` A textured cube spinning on two axes. Demonstrates `MeshInstance3D`, `Camera3D`, `Material`, and per-frame rotation via `on_process()`. ## Source ```{literalinclude} ../../examples/features/getting_started/rotating_cube.py :language: python :linenos: ```