Complete concept generation pipeline: - shot-list.yaml: 17 shots across 5 priorities (environments, portals, landmarks, skyboxes, textures) - prompts/: 5 YAML prompt packs with 17 detailed generation prompts - pipeline.md: Concept-to-Three.js translation workflow - storage-policy.md: Repo vs local split for binary media - references/palette.md: Canonical Nexus color/material/lighting spec All prompts match existing Nexus visual language (Orbitron/JetBrains, #4af0c0/#7b5cff/#ffd700 palette, cyberpunk cathedral mood). Genie world prompts designed for explorable 3D prototyping. Nano Banana prompts designed for concept art that translates to specific Three.js geometry, materials, and post-processing.
82 lines
3.5 KiB
YAML
82 lines
3.5 KiB
YAML
# Texture Prompts — Nexus Surface/Material Concepts
|
|
# These generate tileable texture references for Three.js materials.
|
|
|
|
prompts:
|
|
|
|
platform:
|
|
id: platform
|
|
name: "Platform Surface Textures"
|
|
type: NANO
|
|
style: "dark metal surface texture, tileable"
|
|
prompt: |
|
|
Dark metallic surface texture, tileable. Base color is very dark
|
|
gunmetal (#0a0f28). Subtle grid pattern of thin lines in
|
|
cyan-green (#4af0c0) at very low opacity. The metal has fine
|
|
brushed grain running in one direction. Occasional micro-scratches.
|
|
No rivets, no bolts, no panels — smooth and continuous. The grid
|
|
lines are recessed channels that glow faintly. Top-down view,
|
|
perfectly flat, no perspective distortion. 1024x1024 seamless
|
|
tileable texture. PBR-ready: this is the diffuse/albedo map.
|
|
negative: "3D, perspective, objects, dirty, rusty, cartoon, text"
|
|
aspect: "1:1"
|
|
variants:
|
|
- name: "platform-core"
|
|
modifier: "cyan-green grid lines only"
|
|
- name: "platform-chapel"
|
|
modifier: "gold (#ffd700) grid lines, slightly warmer base"
|
|
- name: "platform-danger"
|
|
modifier: "red (#ff4466) grid lines, warning stripe accents"
|
|
|
|
energy-field:
|
|
id: energy-field
|
|
name: "Energy Field / Force Wall"
|
|
type: NANO
|
|
style: "holographic barrier, translucent, concept"
|
|
prompt: |
|
|
A translucent energy barrier material concept. The surface is
|
|
mostly transparent with visible hexagonal grid pattern in
|
|
cyan-green (#4af0c0) light. The grid has a subtle shimmer/wave
|
|
animation frozen mid-frame. Edges of the barrier are brighter.
|
|
Behind the barrier, everything is slightly distorted (like
|
|
looking through heat haze). The barrier has a faint inner glow.
|
|
The mood is high-tech force field — protective, not threatening.
|
|
Flat front view, no perspective, suitable as shader reference.
|
|
Concept art style.
|
|
negative: "solid, opaque, dark, scary, cartoon, text"
|
|
aspect: "1:1"
|
|
|
|
portal-glow:
|
|
id: portal-glow
|
|
name: "Portal Inner Glow"
|
|
type: NANO
|
|
style: "swirling energy vortex, circular, concept"
|
|
prompt: |
|
|
A circular swirling energy vortex viewed straight-on. The swirl
|
|
rotates clockwise. Colors transition from outer edge to center:
|
|
outer ring is the portal color (generic white/neutral), mid-ring
|
|
brightens, center is a bright white-blue point. The swirl has
|
|
visible energy tendrils spiraling inward. Fine particle sparks
|
|
are caught in the rotation. The background beyond the center
|
|
is pure black (void). The image should be circular with
|
|
transparent/dark corners. Used as reference for portal inner
|
|
material/shader. Concept art style.
|
|
negative: "square, rectangular, flat, cartoon, text"
|
|
aspect: "1:1"
|
|
|
|
crystal-surface:
|
|
id: crystal-surface
|
|
name: "Memory Crystal Surface"
|
|
type: NANO
|
|
style: "crystalline material, translucent, concept"
|
|
prompt: |
|
|
Close-up of a translucent crystal surface material. The crystal
|
|
is clear with internal fractures and light paths visible. The
|
|
internal structure shows geometric growth patterns — hexagonal
|
|
lattice, like a synthetic crystal grown with purpose. Faint
|
|
cyan-green (#4af0c0) light pulses along the fracture lines.
|
|
The surface has a slight frosted quality at edges, clearer in
|
|
center. Macro photography style, shallow depth of field.
|
|
This is material reference for memory crystal geometry.
|
|
negative: "opaque, colored, rough, natural, cartoon, text"
|
|
aspect: "1:1"
|