THREE.js triangulation

I’m sorry, but at some point I got out of it mentally. I obviously don’t have the patience of @PavelBoytchev, whom I admire for this in many answer series.

The InnerGeometry Inner Geometry (Triangulation) is the most complex variant and I can’t understand why you need it.
One basis of this is Triangulation sphere with holes
( => TriangulationSphereWithHoles)

You want to do something with a sphere, don’t you :question:

I have specified the parameters on Github. see e.g.
GitHub - hofk/THREEi.js: three.js addon for triangulation of implicit surfaces and for forms with holes. The addon generates indexed BufferGeometries.

THREEi.js/examples/sphereWithHolesTHREEi.html at 6864a2786ca533edb59fb0bccf1df6bab1b664b9 · hofk/THREEi.js · GitHub

THREEi.js/THREEi.module.147/sphereWithHolesTHREEi.module.html at 6864a2786ca533edb59fb0bccf1df6bab1b664b9 · hofk/THREEi.js · GitHub

Good luck with this.

1 Like