VRender
VRender copied to clipboard
A RTX renderer
README
Introduction
VRenderer is a PT/PM renderer based on OptiX and CUDA, accelerated by RTX tech of NVIDIA.
VRender
Runtime screenshot
Run with UnityRT
BUILD
Only support windows 10, x64.
To build it, you will need to install OptiX and CUDA first.
Make sure your GPU driver is the newest!
Git bash in Root dir, then:
./FindOptiX.sh 'YOUR_OPTIX_INSTALL_ROOT_DIR'
Open CMake, click Configure, change the generator of CMake to VS2017/2019 Win64. After everything is done, click Generate.
Open VRenderer.sln and build the project.
Log
- 2019.7.25
- move to UnityRT
- 2019.7.25
- add “Handle” to scene editor
- 2019.7.24
- add “Hierarchy” and “Inspector”
- fix bug of “default_light”
- 2019.7.23
- add “pick up”
- fix bug of ".gitignore"
- 2019.7.20
- add scene description file, with an example scene "Cornell Box"
- add camera support
- 2019.7.19
- new “pipeline” feature
- refactor underlying