Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 676 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 676 Bytes

ngp_raymarch

Install

build and install cuda-extension,to support instant-ngp

cd extensions/ngp_raymarch
rm -rf build && clear && python setup.py build_ext --inplace \
2>&1 | tee build.log
python setup.py install

Notice