From 3fb52b966e4b1eef01d4c6e19443c188ff3027f9 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Fri, 11 Oct 2024 00:05:59 +0200 Subject: [PATCH] Mention being able to screenshot with the spacebar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96ab05f..934099c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You need to run the renderer from the command line providing it the proper argum ``` ./ray_trace.exe --scene scene_0.txt --threads 16 --init-scale 2 ``` -This will open a window with the rendered scene. You can more around with WASD and change the camera direction with the mouse. +This will open a window with the rendered scene. You can more around with WASD and change the camera direction with the mouse. You can also make screenshot by pressing the spacebar! You should use a number of threads equal to the number of CPU cores. The `--init-scale` lowers the initial resolution of the scene when moving the camera and can be any power of two between 1 and 16 (1, 2, 4, 8, 16).