DCNick3/shin

The `transform` parameter in the `Renderable` trait is not generic enough

DCNick3 opened this issue · 0 comments

It does not allow us to express the inheritable transformations that can be put onto the RootLayerGroup

In the original engine, the LayerGroup and PageLayer ignore those transforms and pass them into the lower level layers. The transforms should probably be split into the transformation and projection?