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
ExtrudeGeometry: Fix regression introduced by #30750. (#30822)
* Fix vertex lists not being generated correctly when bevelSegments == 0
* Removed superfluous scope block around new code
* Fixed using the wrong variable to populate contractedContourVertices
The variable "vertices" could probably use renaming for clarity.
* Restructured fix for efficiency and clarity
Now branches based on bevelSegments ?= 0, bypassing contractedContourVertices/expandedHoleVertices generation when there is no bevel.
* Update ExtrudeGeometry.js
* Update ExtrudeGeometry.js
---------
Co-authored-by: Michael Herzog <[email protected]>
0 commit comments