Commit Graph

8 Commits

Author SHA1 Message Date
7fdce48259 More generalized code.
MultiImageLayer and FlatLayer now use the same code for arranging nodes,
rather than then same logic twice.
2018-02-27 15:32:38 +01:00
e4336b6757 Actually use the same node positions internally and externally. 2018-02-15 16:07:13 +01:00
8bef347d05 Unify some functions in utils. 2018-01-18 14:43:13 +01:00
501fea611f Implement node positions for animations. 2018-01-17 16:59:28 +01:00
aa79287c25 Implement an alternative way of structuring nodes. 2018-01-04 16:43:51 +01:00
259e809c2f Refactor vertex positioning to separate function. 2017-12-01 14:50:58 +01:00
9de25b0f37 Go back to using pointers instead of vectors.
No need to incur that performance overhead.
2017-11-23 16:18:10 +01:00
f289b2f52b Reimplement drawing system with vertex buffers.
Now with 10000% more performance.
2017-11-23 14:43:31 +01:00