https://github.com/equation314/3drender
A simple 3D render engine for Computer Graphics course
https://github.com/equation314/3drender
photon-mapping raytracing renderer
Last synced: 5 months ago
JSON representation
A simple 3D render engine for Computer Graphics course
- Host: GitHub
- URL: https://github.com/equation314/3drender
- Owner: equation314
- License: mit
- Created: 2017-05-04T16:17:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T02:33:35.000Z (over 8 years ago)
- Last Synced: 2025-03-25T06:51:14.537Z (over 1 year ago)
- Topics: photon-mapping, raytracing, renderer
- Language: C++
- Size: 34.8 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3DRender
A simple 3D render engine for Computer Graphics course, based on progressive photon mapping.
## Building
```
mkdir build && cd build
cmake ..
make
```
## Running
### Modeling
```
./modeling -o
```
### Render
```
./render [options] -o -e
```
Available engine list:
0. Ray tracing (default)
1. Photon mapping
2. Progressive photon mapping
## Some Results



