An open API service indexing awesome lists of open source software.

https://github.com/rosendo-martinez/ray-casting-3d

A ray casting project I made.
https://github.com/rosendo-martinez/ray-casting-3d

cpp raycasting

Last synced: 3 months ago
JSON representation

A ray casting project I made.

Awesome Lists containing this project

README

        

![flat sphere](archive/sphere-centered-at-origin.bmp)

This is one of the first images I rendered.

# Ray Casting

A ray casting project I made.

## Rendered Images

Here are some of my favorite images I rendered.

![earth and moon](images/perspective/scene21_moon_earth.bmp)
![earth](images/perspective/scene17_earth.bmp)
![orange golf ball](images/perspective/scene18_bumpy_sphere.bmp)
![creeper from minecraft](images/perspective/scene08_c.bmp)
![chicken and steve from minecraft](images/perspective/scene09_s.bmp)
![orthographic bunny](images/orthographic/scene06_bunny_1k.bmp)
![spheres depth](images/orthographic/depth/scene01_plane.bmp)
![moon normals](images/perspective/normals/scene20_moon.bmp)
![skybox normals](images/perspective/normals/scene15_skybox_top.bmp)
![cube normals](images/perspective/normals/scene02_cube.bmp)

### Credit

This is an assignment from MIT's [6.837 OCW](https://ocw.mit.edu/courses/6-837-computer-graphics-fall-2012/) computer graphics course.