Files
settled-reach/docs/assets/visual
jpmschweitzerandClaude Fable 5 660f4a703f docs(assets): PR #213 review fixes — DoorSpec fields, spike inventory, axis honesty, D-154
doors.md now presents D-231's actual struct shape (initial_state
Open/Closed/Locked/Sealed; TemporalWindow lives in the independent
credential field) and attaches the Phase-5 runtime bridge to
initial_state only. furniture-props.md inventories all five spike GLBs
— acceptance is 4 promotable (3 furniture + lion_statue), vw_beetle
explicitly excluded to the Q-067 deferral. deferred.md + station-walls
gain the axis-completeness note: roof/facade/street textures ride the
wall-brief convention as a same-family follow-on, so the register
accounts for all four D-235 axes. The briefing's D-257 pointer
corrected to palette.md §2.1–2.2, and both the briefing and palette.md
(leave-cleaner, gap inherited from PR #211) now carry D-154's amendment
to D-033 — relationship colors display only in the insert/perception
overlay; normal gameplay is a uniform #1a1a1a outline (D-150).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-25 23:10:09 +02:00
..

title, description, type, status
title description type status
Visual Asset Pipeline Visual pipeline index — 3D models, textures, and flat 2D artwork (D-244) design active

Visual Asset Pipeline

Status: Active — catalog structure instantiated (T-1050); awaiting first model/texture/artwork/effects production sprint.

Per D-244: the in-world view renders 3D objects directly. The only flattened 2D content is textures (PBR maps on 3D surfaces) and flat 2D artwork (paintings, flags, billboards, signage) applied as textures/decals on flat surfaces within the 3D world. There is no per-object sprite layer — game objects are not pre-rendered to sprites.

Categories

Category File Count Description
Models models.md 0 3D objects/props (.glb) via Trellis (/glb-gen), promoted per [D-241]
Characters 3D meshes composited at runtime via CharacterVisualDescriptor — see character-asset-organization.md
Textures textures.md 0 PBR surface maps (BaseColor / Normal / Roughness) for 3D models
Artwork artwork.md 0 Flat 2D art — paintings, flags, billboards, signage, screen content — applied as textures/decals (via the /sprite-gen 2D-artwork generator)
Icons icons.md 13 UI icons, status indicators (2D, UI layer only) — as-built inventory of client/assets/icons/
Effects effects.md 0 Shaders, particles, overlays

Naming, mask-sidecar, D-235-keyed texture, and multi-tile footprint conventions: conventions.md.

Per-Class Briefs

Each asset class entering production is gated on a one-page brief — ../briefs/ — covering scope, visual reference, naming, generation path, and acceptance (template: ../_templates/asset-brief.md). Briefed this batch (T-1049): station walls, rural walls, doors, floors, furniture/props. Formally deferred (not briefed): lamp posts, TVs, billboards, barns, cars — see ../briefs/deferred.md.

Palette

See palette.md for art direction: camera (D-148 gameplay / D-019 offline-render), the toon-vs-PBR rendering treatment for environment props, the D-235 ObjectTag color/material register, and entity colour relationships (D-033).

Pipeline

  • 3D objects / props: concept image (/image-gen) → Trellis image→3D (/glb-gen) → .glb → promoted to client/assets/models/.
  • Characters: Quaternius source meshes, segmented + rigged, composited at runtime from slots (CharacterVisualDescriptor); see the character-asset doc.
  • Textures: PBR maps authored/generated for 3D surfaces.
  • 2D artwork (paintings / flags / billboards / signage): the /sprite-gen 2D-artwork generator → flat PNG → applied as a texture/decal on a flat surface in the 3D world.

Decision References

  • D-244: 3D objects in-world; 2D limited to textures + flat artwork.
  • D-159D-164: character 3D pipeline. D-241: asset promotion.
  • D-019: top-down camera, "the angle". D-033: entity colour = relationship to player. D-045: environmental neutrality.