The 3D World
Module Overviewβ
| Est. time | ~45 minutes |
| Type | Theory β first-principles foundation |
| Prerequisites | None β this is the start of the Foundation course |
| Read first | 3D Context β the module's framing and core ideas |
Descriptionβ
Before touching a single button in Blender, this module builds the conceptual vocabulary that underpins all of 3D work: the environment you're stepping into, how geometry is represented, and the anatomy of a 3D model. It's a first-principles foundation β the ideas transfer to any 3D software and carry the rest of the Foundation course.
What You'll Be Able to Doβ
By the end of this module you will be able to:
- Explain the logic of 3D space β coordinate systems, axes, dimensions
- Distinguish the core paradigms for representing geometry (polygonal, NURBS, volumetric, solid)
- Read a 3D model's anatomy β geometry, topology, poly-count, normals, manifold integrity
- Trace how abstract math becomes a mesh (vertex β edge β face)
- Recognize the 3D file formats you'll meet in investigative work
What's Insideβ
This module is organized as a progression from abstract math to applied technique:
Everything in Blender starts in a coordinate system: how dimensions build from a single point into full 3D space, how the axes are oriented, and how objects sit in relation to one another. Before you model anything, you need the environment the model lives in.
You'll learn: Why Blender is Z-up, and how to reason about position, direction, and distance in 3D space.
Geometry can be represented in fundamentally different ways β discrete polygonal surfaces, smooth analytic NURBS, volumetric fields, and solid models. Each carries different strengths, and choosing among them is a methodological decision, not a stylistic one.
You'll learn: What each representation paradigm is, why polygonal geometry is Blenderβs working baseline, and which paradigm fits an investigation.
A 3D model is a data structure. This page traces how abstract math β points, lines, and planes β is discretized into the vertices, edges, and faces that every mesh is built from.
You'll learn: How mathematical concepts map onto Blenderβs building blocks, and the vocabulary youβll use to read any model.
Beyond shape, a model has measurable structure: its topology, poly count, face normals, and whether the surface is watertight. These attributes determine how the model behaves under measurement, rendering, and simulation.
You'll learn: The attributes of mesh quality, why normals and manifold integrity matter, and how to check structure before you trust a model.
The camera enters reconstruction twice: first as the physical lens that recorded the evidence, then as the virtual camera that will present your model. Focal length, lens distortion, and perspective are what connect the two.
You'll learn: How focal length and distortion shape a view, and how camera matching ties footage to 3D geometry.
Every format trades something away β what it preserves, what it loses, and where it is valid. Choosing a format is a documentation decision with consequences for anyone who opens the file later.
You'll learn: When to use each format, and what to record in your methodology so export choices stay defensible.
Knowledge Checkβ
Test your understanding of the module before moving on. Ten questions with immediate feedback; the question order and options reshuffle on every attempt.
The 3D World
Check your understanding of the module's core concepts β space, paradigms, mesh anatomy, and file formats β before you move on.
Resourcesβ
- 3D Context β the module's framing and core ideas
- Foundation Syllabus β where this module sits in the course
Sourcesβ
- Blender Official Site: download, requirements, and project home