Skip to content

Files

Latest commit

77f93a4 · Aug 6, 2021

History

History
26 lines (23 loc) · 729 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 729 Bytes

exposure-render-for-Linux

Super Volume Render of Monte Carlo Path tracing for Linux

Introduction

The code is a Linux distribution of exposure render.

Dependency

QT 5.14 (maybe 5.12+)
CUDA 11.0 (maybe 10.0+)
VTK 8.2
GCC 9

BUILD && RUN

cd source
mkdir build  
cd build
cmake ..  
make  
./ExposureRender  

Reference