-
Notifications
You must be signed in to change notification settings - Fork 0
sujankh/ray_trace_cuda
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# [WIP] Ray Tracing using CUDA (Work in Progress) Final goal of this project is to render realistic looking objects using ray tracing. I'm using CUDA to parallelize each rays. ## Navigating source Each branch in this repo incrementally adds new features to the ray tracer, and adds functionality like shading, reflection, material properties, etc. For example, branch sphere is the initial version where I am writing some framework to render a sphere (it's a 3D sphere but doesn't look like it). Branch Description: ## Multiple spheres - Render multiple spheres - Comput where the ray hits the object - Take into account that a ray might intersect multiple objects, only render the nearest object hit
About
Ray Tracing with CUDA
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published