From b38b7f33d994dc206c3a1635e5c63a32fbf0897c Mon Sep 17 00:00:00 2001 From: davidrobert99 Date: Mon, 6 Jun 2022 09:46:46 +0100 Subject: [PATCH] update rt --- subjects/rt/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subjects/rt/README.md b/subjects/rt/README.md index f758ece1..f1ee102c 100644 --- a/subjects/rt/README.md +++ b/subjects/rt/README.md @@ -93,6 +93,8 @@ As bonus for this project you can implement: - Add particles - Add fluids +Consider putting your bonuses behind command-line flags to achieve a reasonable performance standard defined above. For example, to render textures on your image, you can use a flag -t. Otherwise, textures will be ignored. + This project will help you learn about: - [Ray Tracing]()