You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After spending 4 days I made a fully functional top class portfolio website, I fixed majority of the errors but there is 1 error that I am unable to fix (because I am unable to understand it)
After expanding it I got even more confused, I don't understand where is the problem in the code, and if there is, then in what way is it affecting the project
I understand that there is an issue with the "position" attribute of the BufferGeometry object, possibly containing NaN (Not a Number) values which it should not but then whats the fix....
I updated the three.js too by "npm update three" still nothing changed, its like I am stuck with this
Please help
The text was updated successfully, but these errors were encountered:
Each point should have (x, y, z) coordinates which are 3 values in total.
And I assume that "positions={}" inside your "Points" element expect to receive an array for point positions.
And that should be dividable by 3.
3 values for each point.
And 5000 is not dividable by 3.
5001 worked for me.
After spending 4 days I made a fully functional top class portfolio website, I fixed majority of the errors but there is 1 error that I am unable to fix (because I am unable to understand it)
After expanding it I got even more confused, I don't understand where is the problem in the code, and if there is, then in what way is it affecting the project
I understand that there is an issue with the "position" attribute of the BufferGeometry object, possibly containing NaN (Not a Number) values which it should not but then whats the fix....
I updated the three.js too by "npm update three" still nothing changed, its like I am stuck with this
Please help
The text was updated successfully, but these errors were encountered: