We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c532e13 commit 6257699Copy full SHA for 6257699
README.md
@@ -3,6 +3,12 @@
3
A basic raytracer that exploits numpy arrays and functions to work fast.
4
The code is written keeping as much readability as possible.
5
6
+- [x] Refraction
7
+- [x] Thin film interference
8
+- [x] Textures
9
+- [x] Monte Carlo Ray Tracing with importance sampling
10
+- [ ] Relativistic optical effects
11
+
12
## Installation
13
14
Just clone or download this repo. You'll need to install two packages.
0 commit comments