G—P / FMX 430 / Semester / Week 06

Week 06 · Phase 1 — World Building

Environments & terrain Project 1 due · crit

We step outside. After five weeks of rooms and buildings, today is ground, foliage, and sky — the Landscape system, 5.8's experimental Mesh Terrain, procedural scattering with PCG, and the atmosphere that makes it all read. Then screens up: Project 1 is due, and the first real crit of the semester closes the day.

Session Fri Oct 09 · 10:00 am – 1:50 pm · CCB-134 Bring your finished Project 1 build, ready to walk and defend
By the end of this session you can

2:00 · Brief Ground, growth, and sky

Exteriors invert the interior problem. Inside, you controlled every surface; outside, the space is defined by systems — terrain that must be sculpted, vegetation that must be scattered, atmosphere that must be simulated. The craft shifts from placing things to directing processes.

Two kinds of ground

The classic Landscape system is a heightfield: a 2.5D sheet you sculpt up and down, paint with layered materials, and rely on for anything large. Its limit is built into its math — no overhangs, no caves, no underside, because every point on the sheet has exactly one height. UE 5.8's Mesh Terrain (Experimental) breaks that: terrain as true 3D mesh, so cliffs can overhang, tunnels can bore through, islands can float. Experimental means what it says — expect missing tooling and sharp edges, and don't bet a deadline on it. But it shows where terrain authoring is going, and today you'll touch both.

Scattering: brush versus graph

The Foliage tool is a paintbrush that sprays meshes — direct, intuitive, and manual forever. PCG (Procedural Content Generation) is a graph that decides: sample the surface, filter by slope or proximity, spawn meshes with controlled variation. The difference matters when things change — repaint a hillside by hand, or let the graph re-run in seconds. In 5.8 PCG also tolerates manual edits without severing the procedural logic, which softens the old either/or. The workflow this course teaches: the system generates, you curate.

The sky is a light source

An exterior's mood is mostly atmosphere: Sky Atmosphere simulates the sky's color physically from the sun's angle, the Skylight turns that sky into ambient illumination, volumetric clouds give it weather, and height fog gives the scene depth cueing your eye reads as distance. Rotate one directional light and the entire world changes hour — that's the lever.

State of the Art · Terrain grows a third dimension

Mesh Terrain (Experimental in 5.8) replaces the 2.5D heightfield with a true 3D mesh — overhangs, tunnels, floating islands — and PCG now allows manual edits without severing procedural logic. The old procedural-vs-art-directed tension is softening. Discussion: if the system generates and you curate, where does authorship live?

Mesh Terrain docs

2:45 · Guided lab A small exterior, systemically

One compact exterior — a clearing, a shoreline, a ridge — built with systems rather than placement. The lab is shorter today because crit takes the last block; work fast and grey where you must.

  1. New level, new ground

    In your sandbox: new empty level, saved as L_Exterior. Switch to Landscape mode from the mode selector in the main toolbar and create a landscape at the default resolution — big enough to feel like ground, small enough to manage.

  2. Sculpt the landform

    With the sculpt tools, rough in one readable landform — a rise, a hollow, a ridge line. Vary brush size and strength constantly; nature has no repeating brushstrokes. Two minutes of reference-imagining first beats twenty of noodling.

  3. Give the sky its physics

    Add the environment set from Place Actors: Directional Light, Sky Atmosphere, Skylight, Exponential Height Fog, Volumetric Cloud. Rotate the sun to a low angle and watch the atmosphere respond. Pick an hour and commit to it.

  4. Paint the ground

    Apply a landscape material with at least two paintable layers (grass and dirt path is the classic; layered landscape materials are covered on the projector). Paint where feet and water would actually wear the ground.

  5. Foliage by hand

    Switch to Foliage mode, add two or three Fab meshes to the palette (grass clumps, a rock, one tree), tune density and scale variation, and paint one area deliberately. Note how long good coverage takes — that's the number PCG is about to beat.

  6. Foliage by graph

    Enable the PCG plugin (Edit → Plugins) if it isn't already, then create a PCG graph and volume. Build the minimal chain — sample the landscape surface, filter, spawn static meshes — and watch it dress the terrain in seconds. Change one parameter and watch the whole distribution re-run.

  7. Touch Mesh Terrain

    Time permitting: enable the experimental Mesh Terrain feature per the docs and sculpt one overhang — the shape a heightfield cannot make. File it under "where this is going," not "use it for Project 2."

4:00 · AI lab Procedural dressing, curated

Short and focused today — crit is at 5:15. The agent drives PCG to scatter and vary props across your exterior; you cull. Taste is the part you can't delegate, and today is a live demonstration of why.

Prompt 1 · Scatter with rules
Using PCG, scatter rocks and grass across the landscape in this level with these rules: denser grass in the hollow, rocks only on slopes steeper than about 20 degrees, nothing on the painted dirt path, and 20 percent random scale variation on everything.

Verify each rule by walking the level: are there rocks on flat ground? Grass on the path? Rules are checkable claims — check all four, and log which held.

Prompt 2 · The cull
The distribution is too even — it reads as generated. Break it up: add clustering, leave some areas bare, and make the density falloff toward the ridge feel natural rather than mathematical.

Iterate until it survives the squint test, then finish by hand: delete or move the ten worst offenders yourself. In your log, name what "read as generated" actually meant — evenness, repetition, impossible placements? Naming it is how your taste becomes directable.

Before you call it done

5:15 · Crit / share Project 1 crit

Screens up: the Realistic Virtual Environment is due. Each of you walks us through your space alongside your reference sheet — the room votes on whether the proportions feel true, and anyone who knows the real space testifies. Then the process questions: what did the agent block out, what did you refine, and show us the log entry that proves it. Crit rules all semester: describe what you see before you judge it, and every critique names one thing to keep.

Homework — due before Week 7

TaskDeliverable
Prepare for the practical exam — agents are off next week. Review the Epic Learning guided courses on editor basics, materials, and lighting, and rebuild something small without AI help.One small scene built unassisted, committed, honestly representing what your hands know.
Write your Project 1 post-crit reflection while it's fresh.Half a page in the repo: what the crit surfaced, and what you'd change with one more week.
Keep Project 2 moving: apply this week's environment tools to your archviz exterior or context.Committed progress in the archviz repo — grounds, planting, or sky.

Resources