38 lines
1.0 KiB
Markdown
38 lines
1.0 KiB
Markdown
# Spaghetti / Pasta Scene
|
|
|
|
Food photography reference. Add reference images to this directory.
|
|
|
|
## Scene Characterisation
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| Environment | Indoor |
|
|
| Domain | FOOD |
|
|
| Setting | Restaurant table / kitchen |
|
|
| Time of Day | N/A (artificial lighting) |
|
|
| Mood | Warm, appetising |
|
|
|
|
## Key Elements (typical)
|
|
1. **Pasta dish** — hero element, center frame
|
|
2. **Sauce** — tomato/bolognese/carbonara
|
|
3. **Plate/bowl** — white ceramic, rustic, etc.
|
|
4. **Table surface** — wood, marble, cloth
|
|
5. **Utensils** — fork, spoon
|
|
6. **Garnish** — basil, parmesan, pepper
|
|
7. **Background** — shallow DOF blur, warm ambience
|
|
8. **Lighting** — soft overhead or side, warm key
|
|
|
|
## Brain Config
|
|
```bash
|
|
python -m brain \
|
|
--reference benchmark/references/food/spaghetti/reference.jpg \
|
|
--domain FOOD \
|
|
--llm claude-code \
|
|
--max-iterations 20
|
|
```
|
|
|
|
## Notes
|
|
- See `cooking-demo.md` in memory for carbonara scene setup lessons
|
|
- Physics commands available for food interaction
|
|
- Tripo/Meshy can generate custom food meshes
|