ralpha-assets/benchmark/references/parks/central-park/metadata.md

46 lines
1.6 KiB
Markdown

# Central Park, New York City
Urban park scene. Good candidate for Cesium + living replacement workflow.
City Parks Pack should provide benches, lamps, paths, fences.
## Scene Characterisation
| Property | Value |
|----------|-------|
| Environment | Outdoor |
| Domain | EARTH + SKY |
| Setting | Urban park |
| Location | Central Park, Manhattan, NYC |
| Coordinates | ~40.7829 N, -73.9654 W (Bethesda Fountain area) |
| Mood | Varies by reference (autumn warm, winter crisp, spring green) |
## Key Elements (typical Central Park shots)
1. **Trees** — deciduous, seasonal (autumn = gold/red, spring = green)
2. **Lake/pond** — Bethesda, The Lake, Turtle Pond
3. **Paths** — paved walkways, bridges
4. **Skyline** — Manhattan buildings visible through/above trees
5. **Park furniture** — benches, lamp posts, railings
6. **Bridge** — Bow Bridge (iconic), Gapstow Bridge
7. **People** — walkers, joggers (optional)
8. **Grass/lawn** — Sheep Meadow, Great Lawn
## Assets Available
- **City Parks Pack** — benches, lamps, paths, fences, playground equipment
- **Cesium 3D Tiles** — Manhattan base geometry
- **UE5 Foliage** — trees, grass, shrubs for living replacement
## Brain Config
```bash
python -m brain \
--reference benchmark/references/parks/central-park/reference.jpg \
--domain EARTH \
--llm claude-code \
--max-iterations 20
```
## Cesium Coordinates
```json
{"type": "spawn_cesium_world", "latitude": 40.7829, "longitude": -73.9654}
{"type": "set_camera_geo", "latitude": 40.7736, "longitude": -73.9712, "height": 5, "yaw": 30}
```