sceelix / Sceelix

A procedural generation software for automating 2D/3D content creation.
https://sceelix.com
Other
139 stars 12 forks source link

[FR] Get Hermite data for mesh #13

Open trsh opened 3 years ago

trsh commented 3 years ago

Would it be possible to get Hermite data instead of vertices and faces? So I can construct isosurface my self with Marching Cubes.

trsh commented 3 years ago

Ehh, I dont think so. It would require whole new section with SDF operators.

pabsilva commented 3 years ago

Yeah, it definitely will. But that would be an interesting addition, but also a considerable enterprise.

I'd say it is something worth its own plugin/library, which anyone interested in following could work on rather independently (as part of this repo or a separate one).