hermespy-rt

Minimalistic signal processing ray-tracer in C
git clone https://git.ea.contact/hermespy-rt
Log | Files | Refs

commit 9afc74877b472818ff572f5a25a715e10559918d
parent af036af190045c28136c4ceeecb2f96b83c97048
Author: Egor Achkasov <eaachkasov@edu.hse.ru>
Date:   Fri, 16 May 2025 19:24:48 +0200

rm scenes/*.hrt from gitignore; add .hrt sameple scenese

Diffstat:
M.gitignore | 3++-
Ascenes/2cars.hrt | 0
Ascenes/box.hrt | 0
Ascenes/simple_reflector.hrt | 0
Ascenes/simple_street_canyon_with_cars.hrt | 0
5 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1,6 +1,7 @@ *.elf *.hrt -scenes +scenes/* +!scenes/*.hrt env .vscode build diff --git a/scenes/2cars.hrt b/scenes/2cars.hrt Binary files differ. diff --git a/scenes/box.hrt b/scenes/box.hrt Binary files differ. diff --git a/scenes/simple_reflector.hrt b/scenes/simple_reflector.hrt Binary files differ. diff --git a/scenes/simple_street_canyon_with_cars.hrt b/scenes/simple_street_canyon_with_cars.hrt Binary files differ.