Embed presentation
Download to read offline












Ray casting is a hidden surface determination algorithm that renders 3D graphics in 2D. It works by casting rays from the viewpoint through each pixel to find the nearest surface intersection. Ray casting provides realistic lighting effects but is more computationally expensive than other algorithms. It is capable of basic graphics rendering by tracing light rays through a scene from the eye to pixels.










