Does Three.js offer an out-of-the-box way to create custom non-convex polygon, or do I have to use THREE.Geometry
and set faces manually? I’m guessing that ShapeGeometry
has something to do with this, but I can’t find either documentation or examples.
↧
Is there an out-of-the-box way to create a custom non-convex polygon in three.js?
↧