Closed RealDanTheMan closed 5 months ago
When loading GLTF(glb) containing floating point vertex color data, further down the line when visual data is assigned the call to_rgba() attempts to modify non writable color array.
to_rgba()
https://github.com/mikedh/trimesh/blob/7853a5ebae3b35275f4d8d65cbc48bcd3a3c8a40/trimesh/visual/color.py#L583
Proposed fix: #2233
When loading GLTF(glb) containing floating point vertex color data, further down the line when visual data is assigned the call
to_rgba()
attempts to modify non writable color array.https://github.com/mikedh/trimesh/blob/7853a5ebae3b35275f4d8d65cbc48bcd3a3c8a40/trimesh/visual/color.py#L583