3D
These examples cover curves, surfaces, wireframes, textures, and camera framing in three dimensions.
Recommended Examples​
curves_3dFocus: one traced parametric curve and camera framingsurfaces_3dFocus: a translucent shaded surface whose form is clarified by color and camera motionwireframe_surfacesFocus: wireframe curvature readingtextured_surfaceFocus: UV texture mapping on a globe
Good First Pick​
Start with curves_3d for the lightest 3D introduction, then move to surfaces_3d.
What To Look For​
- whether the camera helps the eye understand the shape
- whether the scene uses 3D because it adds clarity, not just because it can
- whether surface reveals are staged clearly enough to read
Run Locally​
cargo run --example curves_3d