IEEE-VIT / Prudentia-2024-Portal

Portal for IEEE-VIT's hackathon Prudentia
https://prudentia2024.netlify.app/
MIT License
2 stars 1 forks source link

Bounding Sphere Calculation Fails Due to NaN Position Values in BufferGeometry #4

Open scar027 opened 1 month ago

scar027 commented 1 month ago

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.