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
- This code mainly based on instance-ngp code modification
- This code's license belongs to instance-ngp
- If you found this code useful, please cite instance-ngp
- We appreciate instance-ngp for their cool code implementation