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.
2 parents 467f0e4 + 6257699 commit a2df81aCopy full SHA for a2df81a
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