Commit Graph

5 Commits

Author SHA1 Message Date
andriyDev 9c7dfb5c76 Replace `FromGltfRef` trait with `From<Entity>`.
The fewer traits the better. This does add a little bit of a weirdness where it's unclear that some components should implement this, however in those cases, users can always fallback to manually dealing with GltfRefMap.
2024-05-31 15:32:39 -07:00
andriyDev 1758f8dbff Fix required bounds for GltfRefPlugin. 2024-05-31 15:24:29 -07:00
andriyDev 930033354b Switch to using the SceneInstance component to determine the nearest Gltf. 2024-05-25 19:26:55 -07:00
andriyDev d7af89930b Create the basic implementation for Gltf refs. 2024-05-25 01:37:04 -07:00
andriyDev c6d320c573 Create the basic empty project for component refs. 2024-05-25 00:31:48 -07:00