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
Im refactoring some very old tjs code right now, and ive stumbled upon some fields that are nonexistent in geometry.
The fields that ive found as of now (there might be more):
lineDistances
lineDistancesNeedUpdate
verticesNeedUpdate
normalsNeedUpdate
I've confirmed that these fields are nowhere to be found in the three.js' source code, except for one place: editor\js\libs\tern-threejs\threejs.js
I'm not sure what Tern is, and if there even is a need to delete those fields, but i thought it would be good to have this issue stated somewhere.
Reproduction steps
no repr
Code
no code
Live example
no example
Screenshots
No response
Version
r174
Device
No response
Browser
No response
OS
No response
The text was updated successfully, but these errors were encountered:
Description
Im refactoring some very old tjs code right now, and ive stumbled upon some fields that are nonexistent in geometry.
The fields that ive found as of now (there might be more):
lineDistances
lineDistancesNeedUpdate
verticesNeedUpdate
normalsNeedUpdate
I've confirmed that these fields are nowhere to be found in the three.js' source code, except for one place:
editor\js\libs\tern-threejs\threejs.js
I'm not sure what Tern is, and if there even is a need to delete those fields, but i thought it would be good to have this issue stated somewhere.
Reproduction steps
no repr
Code
no code
Live example
no example
Screenshots
No response
Version
r174
Device
No response
Browser
No response
OS
No response
The text was updated successfully, but these errors were encountered: