a technique for generating an image by tracing the path of light through pixels in an image plane and simulating the effects of its encounters with virtual objects
5
votes
1answer
2k views
Fast pixelshader 2D raytracing
I'd like to do a simple 2D shadow calculation algorithm by rendering my environment into a texture, and then use raytracing to determine what pixels of the texture are not visible to the point light ...