Main features
Optimizations for intersections
The main purpose of this release was to further optimize rendering performance by skipping object intersections with other sheets. From now by default an object's sheets will only intersect its own sheets and never other static or dynamic sheets. This is the usual scenario since objects will never bump into other sheets when using collision detection.
Documentation
Many of you have been asking for proper documentation, so here it goes. Check out the
Documentation tab!
Examples
I've also included examples for all of the documented features in a new downloadable zip file (
sheetengine-examples.zip), this could even be a better guide than the reference documentation.
Fixes
Some minor API changes and bug fixes are also included.