14 lines
432 B
Plaintext
14 lines
432 B
Plaintext
# OpenVistaPro demo render script.
|
|
#
|
|
# Project-owned scripting syntax (see src/script.rs) — not legacy VistaPro.
|
|
# Run it with:
|
|
#
|
|
# cargo run --bin openvistapro -- script run --input examples/demo.ovps
|
|
#
|
|
# Paths are resolved relative to this script's directory, so the render is
|
|
# written next to this file as examples/demo-render.png.
|
|
|
|
use preset hill
|
|
set thresholds water=1.0 tree=4.0 snow=7.0
|
|
render output "demo-render.png"
|