Closed
Description
The recent changes to the GLTF loader have introduced several problems:
- Duplicate Controllers: The new loader creates duplicate
AnimComposer
andSkinningControl
controllers for each geometry in the model. (see here) - Nested Geometry: Each geometry is now encapsulated within two parent nodes, which can complicate scene hierarchy management.
- Backward Compatibility: These changes may cause compatibility issues with existing code that relies on the previous behavior of the GLTF loader. (see here)
Other issues reported by adi.barda: (see here)
- Blured colors - maybe normal map is missing?
- Sometime missing animations - maybe related to 1
Metadata
Metadata
Assignees
Labels
No labels