diff options
author | Keuin <[email protected]> | 2022-04-20 02:51:02 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-04-20 02:51:02 +0800 |
commit | d8947e7a22e15c8f6b55fc0f38c9549be1e1df7e (patch) | |
tree | 1dff5399596df0a0a6232bf3ce281df50b8f52ac /README.md | |
parent | ee3c4d4a1a0eff9a44b628a98cc789b25f7219ee (diff) |
sphere -> Sphere.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ + Reflective (fuzzy, perfectly-smooth) + Dielectric (reflective & refractive & total internal reflection) - Shapes: - + sphere + + Sphere - Misc: + Text printing (font data copied from [cse457](https://courses.cs.washington.edu/courses/cse457/98a/tech/OpenGL/font.c)) |