Closed oli-obk closed 7 months ago
Nested grids are not supported, though I can see how it could be useful. I'd be interested in supporting this if you implement it.
This is supported with the addition of ReferenceFrame
s. These can be nested, and take some extra care to maximize precision.
When children of entities have their own
GridCell
, thatGridCell
is ignored entirely (and silently). I think the behaviour should be that the children'sGridCell
is used as a relative offset to the parent.Alternatively the traversal should emit a warning about the ignored
GridCell
.What do you think should happen here? I'd be happy to provide the impl