janvorisek / drie

Drie is a Vue 3 component library for THREE.js made with TypeScript and Composition API.
MIT License
77 stars 2 forks source link

Feature: ExtrudeGeometry #276

Open SpinoWeb opened 1 year ago

SpinoWeb commented 1 year ago

Hi, I am looking for a 3d viewer of complex shapes and your library seems very promising.

It would be interesting to have implemented THREE.Shape() and THREE.ExtrudeGeometry in order to create extruded geometry from a path shape ( https://threejs.org/docs/#api/en/geometries/ExtrudeGeometry )

What do you think?

VictorHugoLeme commented 1 year ago

Yeah, would love to have this feature as well. Any unlisted workaround for this usecase?