Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 453 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 453 Bytes

basic_ray_caster

We develop a basic ray caster based on the known graphics theory and its related math This is an basic implementaion of a ray caster using basic python and numpy In the small project we try to implement the basic elements of scene: Orthogonal Cameras, Rays , Depth Maps , and Ray Caster Functions The output of the code is projected in the JPG files uploaded. The corresponding scene elements are parsed from the json files attached.