raytracing-in-a-weekend/ria-weekend/src
ishanjain28 cce1977603 working on hitable based implementation
1. Reversed order in which images are rendered
2. Removed unused imports.
3. Added Hitable based Surface Normal Sphere.
2019-06-25 23:14:37 +05:30
..
demos working on hitable based implementation 2019-06-25 23:14:37 +05:30
shapes working on hitable based implementation 2019-06-25 23:14:37 +05:30
demo.rs Replaced RGB888 with BGR888 since in sdl2-rs they seem to be having a reversed effect 2019-03-08 22:59:21 +05:30
hitable.rs working on hitable based implementation 2019-06-25 23:14:37 +05:30
main.rs working on hitable based implementation 2019-06-25 23:14:37 +05:30
ray.rs Refactoring, Completed Simple Sphere and Surface Normal Sphere 2019-06-24 22:10:45 +05:30
vec3.rs Refactoring, Completed Simple Sphere and Surface Normal Sphere 2019-06-24 22:10:45 +05:30