I already added tests for #37, #21, and #24, but still need to add tests for:
new lights. I imagine a grid of objects (cubes or spheres) above a flat plane with point lights, spot lights, other lights spread about
fog
Path geometries
Buffer geometries
All of the above need documentation added. While doing this, consider if order of arguments make sense. E.g. lights should really have position/direction before color because color is white most of the time.
Lots of new objects and other changes recently.
I already added tests for #37, #21, and #24, but still need to add tests for:
All of the above need documentation added. While doing this, consider if order of arguments make sense. E.g. lights should really have position/direction before color because color is white most of the time.