From f19c8cc40c5caf8abb4f04aaf9f91ec3a8c1ccbc Mon Sep 17 00:00:00 2001 From: Sakarias Johansson Date: Mon, 13 Mar 2023 22:00:44 +0100 Subject: =?UTF-8?q?=F0=9F=93=B8=20Add=20Camera=20defocus=20blur=20+=20Othe?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just wanted to add defocus blur but ended up changing a bunch of other this as well. - Moved scenes to a separate folder. - Updated readme with more pretty images. - Add interface for loading scenes. There is currently one for yaml and another if you want a slightly random scene. - Add image action to decide what to do with the final image once its rendered. Currently supports just showing the buffer until you press the render buffer again and saving the image as `png`. - When you use nix shell you will be dropped in the proper folder so you can just do cargo build etc without having to do `cd`. --- assets/in_progress.png | Bin 0 -> 712885 bytes assets/in_progress_2.png | Bin 0 -> 867755 bytes assets/preview.png | Bin 0 -> 510732 bytes assets/trace_sample.png | Bin 627562 -> 1313045 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/in_progress.png create mode 100644 assets/in_progress_2.png create mode 100644 assets/preview.png (limited to 'assets') diff --git a/assets/in_progress.png b/assets/in_progress.png new file mode 100644 index 0000000..bcce09d Binary files /dev/null and b/assets/in_progress.png differ diff --git a/assets/in_progress_2.png b/assets/in_progress_2.png new file mode 100644 index 0000000..adac4dc Binary files /dev/null and b/assets/in_progress_2.png differ diff --git a/assets/preview.png b/assets/preview.png new file mode 100644 index 0000000..3aacd35 Binary files /dev/null and b/assets/preview.png differ diff --git a/assets/trace_sample.png b/assets/trace_sample.png index bb07aae..9421fd9 100644 Binary files a/assets/trace_sample.png and b/assets/trace_sample.png differ -- cgit v1.2.3