Raya is an acoustic raytracer written in rust.
To build raya, simply run:
This will output the output binary to target/release/raya
USAGE:
raya --model <FILE> --output <FILE>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-m, --model <FILE> The 3d model file used (.gltf)
-o, --output <FILE> The file path for the calculated impulse response (.wav)
raya -m bench/auditorium/raya/auditorium.gltf -o bench/auditorium/raya/auditorium.wav
- Receiver Radius: 0.25m
- Max Order: 50
- Ray Count: 10000
- Triangles: 56
- Receiver Radius: 0.2m
- Max Order: 50
- Ray Count: 10000
- Triangles: 12