So I have this mesh:
How can i add thickness to it? Even with that Rectangle hole inside
The magic word for what you want to do is βextrudeβ.
see Shapes WallBuilding ExtrudeFromPoints ExtrudeBufferGeometry from the Collection of examples from discourse.threejs.org
Itβs always good to explore official examples: three.js examples