vkoskiv / c-ray

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

Implement more nodes #91

Open vkoskiv opened 3 years ago

vkoskiv commented 3 years ago

Here's a big list to track where we're at. Progress is currently happening in the node-improvements branch. A lot of functionality is still written in the core logic that could be moved over to using nodes instead. I'll mark nodes that require refactoring with a * For the most part, I'm looking at the nodes available in the Cycles rendering engine to spot some easy nodes to start with.