3D Context
Introduction​
Before clicking a single button in Blender, it's worth understanding the environment you're stepping into. This module provides a first-principles foundation for 3D work, the conceptual vocabulary that underpins everything you'll do in visual investigation.
Most Blender courses skip directly to tools and techniques. We build understanding before touching the tools. By grasping the basic logic of 3D space, the paradigms for representing geometry, and the anatomy of meshes, you'll develop an intuition that transfers across any 3D software and helps you make informed decisions when reconstructing real-world events.
Forensic Foundation
Understanding 3D foundations helps you troubleshoot problems, choose appropriate techniques, and create verifiable reconstructions.
Software Agnostic
These concepts apply across all 3D software. Learn them once, apply them everywhere, including Maya, Cinema 4D, and specialized forensic tools.
Visual Investigation Focus
While broadly applicable, examples and emphasis are tailored to reconstruction, measurement, and evidence visualization workflows.
Learning Path​
Module Contents​
This module is organized as a progression from abstract math to applied technique:
The Logic of Space​
The Logic of Space: 10 min read
Before we model anything, we must understand the environment we're working in. This page covers coordinate systems, axes, dimensions (0D → 1D → 2D → 3D), and spatial relationships. Not meant as a math lecture but more a philosophical primer designed to give you an intuition for 3D space.
You'll learn: Coordinate systems, origin points, axes conventions, and why Blender's Z-up orientation is the way it is.
Core Paradigms​
Core 3D Data Paradigms: 6 min read
Geometry is represented through several distinct paradigms. This page explains the general core approaches: polygonal surfaces, NURBS, volumetric fields, and solid modeling, and ends with a focus on why polygonal modeling is Blender's primary strength.
You'll learn: The difference between representation paradigms, when to use each, and why polygonal is the baseline for the purpose of this knowledge base.
From Math to Mesh​
From Math to Mesh: 6 min read
Bridging abstract mathematical space with concrete data structures. A point becomes a vertex, a line becomes an edge, a plane becomes a face, and together they form a mesh. This terminology shift reflects the move from pure geometry to computational geometry.
You'll learn: How mathematical concepts translate to Blender's vocabulary, and the fundamental building blocks of every 3D model.
Anatomy of a 3D Model​
Anatomy of a 3D Model: 10 min read
A mesh is more than just a surface. Looking at a model without understanding its structure is like judging a building's stability by its appearance alone. This page covers the "skeleton" of meshes: geometry, topology, poly-count and concepts like normals and manifold integrity.
You'll learn: The Big Three attributes of mesh quality, how to identify common problems, and why mesh structure matters for reliability, accuracy, performance and many other aspects of 3D modeling.
Camera & Perspective​
Camera & Perspective: 5 min read
Camera knowledge operates on two levels: understanding the camera(s) that created your source material (photographs, video), and understanding virtual cameras for capturing your reconstructions. Both are useful for visual investigation.
You'll learn: Focal length, lens distortion, perspective principles, and how camera matching is a way to connect real-world footage to 3D reconstructions.
File Formats​
File Formats: 4 min read
Common export and interchange formats for sharing 3D evidence. Different formats preserve different data; choosing correctly ensures your reconstructions remain accurate and accessible for legal proceedings, collaboration, or archiving.
You'll learn: When to use .blend, .fbx, .obj, .gltf, and other formats, plus considerations for forensic documentation.
The Core Ideas​
Perspective is information​
Parallel lines in the real world converge in a photo. The point where they meet, the vanishing point, is not an accident. It's a measurement. Where vanishing points sit tells you about the camera's rotation and the scene's orientation.
The camera is a measurable instrument​
A camera is fully described by a small set of parameters:
- Position (where it was)
- Rotation (where it pointed)
- Focal length (its field of view)
- Sensor size (the capture geometry)
Get these right and you can reproduce any view from that camera in 3D. Get them wrong and everything downstream is wrong. This is why camera work is a data discipline, not an artistic one. [1]
Why this matters​
This module is the theoretical foundation for Camera Matching and Camera Tracking, two of the most important techniques in the knowledge base. If you can see perspective as geometry, you can solve them as procedure instead of treating them as magic.
Exercise​
- Find a photo of a building or room with strong straight lines (one-point or two-point perspective works best).
- Print it or put it on a second screen. With a ruler and a straight edge, draw the converging lines and mark where they meet, the vanishing point(s).
- Now open Blender. Create a cube (your "building"). Add a camera.
- Using Perspective Plotter or by eye, aim to match your photo's vanishing points by adjusting the camera's rotation.
- Screenshot your viewport over the photo. Compare: do the lines in your 3D cube converge the same way as in the photo?
A rough match is fine; what matters is seeing that the convergence is controlled by camera rotation.
Pages in this block​
- Camera and Perspective: the heart of this module
- The Logic of Space: how 3D space is reasoned about
- Core Paradigms: the mental models that carry through
- Anatomy of a 3D Model: what a model actually is
- From Math to Mesh: how geometry becomes a mesh
- 3D File Types: the formats you'll meet
- Camera Matching technique: extends this theory
- F-Spy tool: a purpose-built perspective tool
- Perspective Plotter add-on: the interactive alternative
Resources​
- The Logic of Space: how 3D space is reasoned about
- Core Paradigms: the mental models that carry through
- File Formats: the formats you'll meet
Sources​
- Blender, Official Site: download, documentation, and the project home