28 lines
767 B
Markdown
28 lines
767 B
Markdown
# Crepuscular Rays (God Rays)
|
|
|
|
## Scene Characterisation
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| Domain | SKY |
|
|
| Description | Dramatic god rays streaming through gaps in clouds, illuminating landscape below.... |
|
|
|
|
## Key Tests
|
|
Volumetric light shafts through cloud gaps, ray angle matching sun position, atmospheric scattering
|
|
|
|
## Brain Config
|
|
```bash
|
|
python -m brain \
|
|
--reference benchmark/references/sky/crepuscular-rays/pexels-844297-god-rays.jpg \
|
|
--domain SKY \
|
|
--llm claude --tier opus \
|
|
--max-iterations 20
|
|
```
|
|
|
|
## Licensing
|
|
- **Category**: stock-free
|
|
- **License**: Pexels License (free for all purposes, no attribution required)
|
|
- **Source**: https://www.pexels.com/photo/844297/
|
|
- **Photo ID**: 844297
|
|
- **Attribution Required**: No
|