Search

Extruded shape with hole missing inside mesh - Questions - three.js forum

$ 11.99 · 5 (337) · In stock

I created a shape with a hole like this: const shape = new THREE.Shape(); shape.moveTo(0, 0); shape.lineTo(0, 5); shape.lineTo(5, 5); shape.lineTo(5, 0); shape.lineTo(0, 0); const hole = new THREE.Path(); hole.moveTo(0.5, 0.5); hole.lineTo(0.5, 4.5); hole.lineTo(4.5, 4.5); hole.lineTo(4.5, 0.5); hole.lineTo(0.5, 0.5); shape.holes = [hole]; const extrudeSettings = { depth: 10, }; const geometry = new THREE.ExtrudeGeometry(shape, extrudeSettings); const mesh = new THREE.Mesh(geometry, new TH

Buildings, Free Full-Text

javascript - ThreeJS ExtrudeGeometry HOLE from points - Stack Overflow

javascript - Threejs texture issue while adding hole into the

PDF) Hex-Mesh Generation and Processing: a Survey

Extrude geometry creates two disconnected surfaces · Issue #15218

General Mechanical

Help Us Help You - Grasshopper - McNeel Forum

Fill Holes in a mesh - Questions - three.js forum

Hiding the Intersection of Mesh - Questions - three.js forum

Modeling the Environment by TD Garden - Issuu

javascript - Threejs texture issue while adding hole into the