vkoskiv / c-ray

c-ray is a small, simple path tracer written in C
MIT License
797 stars 44 forks source link

Node improvements #93

Closed vkoskiv closed 3 years ago

vkoskiv commented 3 years ago

Starting to get the hang of building nodes, and they seem stable enough now that I can merge into master and continue this work there.

Verifying with valgrind, ubsan and asan before merging...

vkoskiv commented 3 years ago

Sanitizers check out, so I'm merging this.