We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Top and bottom faces of ExtrudedGeometry are not visible any more when updating to r175, all was fine in the previous versions.
I think this PR could have broken it but I can't be sure: #30750
r174, all fine:
r175, top and bottom missing:
const shape = new THREE.Shape(); const angleStep = Math.PI * 0.5; const size = 0.64; const radius = 0.32; shape.absarc(size / 2 - radius, size / 2 - radius, radius, angleStep * 0, angleStep * 1); shape.absarc(-size / 2 + radius, size / 2 - radius, radius, angleStep * 1, angleStep * 2); shape.absarc(-size / 2 + radius, -size / 2 + radius, radius, angleStep * 2, angleStep * 3); shape.absarc(size / 2 - radius, -size / 2 + radius, radius, angleStep * 3, angleStep * 4);
const geometry = new THREE.ExtrudeGeometry(shape, { depth: 0.2, bevelEnabled: false, bevelThickness: 0, bevelSize: 0, bevelSegments: 0, curveSegments: 6 })
r175
Desktop
Chrome
Windows
The text was updated successfully, but these errors were encountered:
Have the same problem.
Sorry, something went wrong.
Duplicate of #30819 and #30836.
Please check the dev branch to see if #30822 fixed your use cases.
@Mugen87 I think an r175 patch release is appropriate.
I do not have all user permissions to make a patch release (e.g. I can't update the npm package). @mrdoob needs to do that.
npm
Yeah this is a biggie
No branches or pull requests
Description
Top and bottom faces of ExtrudedGeometry are not visible any more when updating to r175, all was fine in the previous versions.
I think this PR could have broken it but I can't be sure:
#30750
r174, all fine:
r175, top and bottom missing:
Reproduction steps
Version
r175
Device
Desktop
Browser
Chrome
OS
Windows
The text was updated successfully, but these errors were encountered: