You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current scene format isn't well-fitted for an editor. The distinction between the scene/sub-scene hierarchy and the child of hierarchy is hard to understand and represent.
Solution
We should change our scene format to something more standard, which considers the ChildOf relations.
My and @jdbaracho's proposal is the following format:
Each scene essentially describes an entity and it's children. One confusing weird part of this are relations. I think they could be placed in an extra field, alongside "components".
Problem
Our current scene format isn't well-fitted for an editor. The distinction between the scene/sub-scene hierarchy and the child of hierarchy is hard to understand and represent.
Solution
We should change our scene format to something more standard, which considers the
ChildOf
relations.My and @jdbaracho's proposal is the following format:
Each scene essentially describes an entity and it's children. One confusing weird part of this are relations. I think they could be placed in an extra field, alongside "components".
Imports could also be placed in an extra field, "imports".
Given that we're giving
ChildOf
so much importance, it might make sense to makeChildOf
a core relation, instead of part of a plugin.The text was updated successfully, but these errors were encountered: