You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to display a field of stars (simple five-pointed star polygon), and I can't seem to be able to make with the available geometries.
Looking at three.js, I would be able to do this with an ExtrudeGeometry or a ShapeGeometry (+ InstancedMesh), however these geometries are not available directly in trois.
Is there a specific reason for this ?
Is there another way I'd be able to achieve this with what's available in trois ?
The text was updated successfully, but these errors were encountered:
I'm trying to display a field of stars (simple five-pointed star polygon), and I can't seem to be able to make with the available geometries.
Looking at three.js, I would be able to do this with an ExtrudeGeometry or a ShapeGeometry (+ InstancedMesh), however these geometries are not available directly in trois.
Is there a specific reason for this ?
Is there another way I'd be able to achieve this with what's available in trois ?
The text was updated successfully, but these errors were encountered: