https://github.com/zesterer/cpu-svo-raytracer
A simple SVO raytracer test on the CPU
https://github.com/zesterer/cpu-svo-raytracer
Last synced: 5 months ago
JSON representation
A simple SVO raytracer test on the CPU
- Host: GitHub
- URL: https://github.com/zesterer/cpu-svo-raytracer
- Owner: zesterer
- License: gpl-2.0
- Created: 2015-07-20T13:09:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T13:11:33.000Z (almost 11 years ago)
- Last Synced: 2024-11-26T01:45:01.982Z (over 1 year ago)
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CPU-SVO-Raytracer
A little voxel raytracer test. Very simple.
## Compilation
`git clone https://github.com/zesterer/cpu-svo-raytracer.git`
`cd cpu-svo-raytracer`
`mkdir build`
`cd build`
`make`
## Running
Assumes the above commands have been run...
"./cpu-svo-raytracer"