JamesPerlman / TurboNeRF

A render engine for NeRFs!
MIT License
312 stars 16 forks source link

Compile fixes #2

Closed MrNeRF closed 1 year ago

MrNeRF commented 1 year ago

Hey James, I forked your repo. Here is a pull request, that has some compile fixes and also fixes all warnings. I work with a linux machine, so my default compiler settings seem to be stricter. The warnings should be also removed on your machine. I also added a -Werror flag to CMakeLists.txt and removed some unused variables. I hope the cleanup helps a bit.

JamesPerlman commented 1 year ago

Thank you so much!