When rendering a 3D object, the following error is thrown: "THREE.BufferGeometry.computeBoundingSphere(): Computed radius is NaN. The 'position' attribute is likely to have NaN values." It appears that the geometry's position attributes are not valid, resulting in an invalid bounding sphere calculation. This could happen when loading models or when manipulating geometry data. Investigating how the position data is being generated or modified should help resolve the issue.
When rendering a 3D object, the following error is thrown: "THREE.BufferGeometry.computeBoundingSphere(): Computed radius is NaN. The 'position' attribute is likely to have NaN values." It appears that the geometry's position attributes are not valid, resulting in an invalid bounding sphere calculation. This could happen when loading models or when manipulating geometry data. Investigating how the position data is being generated or modified should help resolve the issue.