hermespy-rt

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

commit 9387ea78d1608abfd50c8ed75c85b48906e9b438
parent 93f5352a86cc98ee6b7954dc825f55c7ddffc82d
Author: Egor Achkasov <eaachkasov@edu.hse.ru>
Date:   Wed, 27 Nov 2024 10:59:09 +0100

Update test to new input format

Diffstat:
Mtest.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.c b/test.c @@ -5,7 +5,7 @@ int main(int argc, char **argv) { if (argc < 2) { - fprintf(stderr, "Usage: %s <path_to_scene.xml>\n", argv[0]); + fprintf(stderr, "Usage: %s <path_to_mesh.ply>\n", argv[0]); return 1; }