How to create a static Alphamap texture from canvas in 3js defined by world coordinates
I am currently in need of adding holes to a shape mesh that can be dynamically generated. The mesh is created from using mergeBufferGeometries
on an array of ShapeGeometry
. These shapes do have their curves defined by the scene’s global coordinates. In consideration, we ignore the z axis as we have no offset on that.