v0.0.5
What's New:
ECSY Three now has a few helpers on the Entity class for working with Object3Ds. entity.addObject3DComponent(), entity.removeObject3DComponent(), and entity.getObject3D(). Under the hood these helpers add and remove a Object3DComponent and multiple TagComponents like MeshTagComponent that can be used for querying on Object3D types. We've also split out a small "core" API from the "extras". The core API isn't done, yet but we think we're headed in the right direction with it. "extras" will be the place where we experiment with new ideas before bringing them into core. We also have a new docs site where you can read about the new core API https://three.ecsy.io/docs