Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
fix tetramesher doc
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat committed May 31, 2022
1 parent e6e6c05 commit 9183ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/sdfexp/basicmesh.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

// UniformTetrahedronMesh assembles a volumetric tetrahedron mesh that tries its
// very best to encapsulate the sdf model. For best results mesh smooth parts
// that make good use of rounding and MinFunc and MaxFunc in Union, Difference
// that make good use of rounding, MinFunc and MaxFunc in Union, Difference
// and Intersect operations.
func UniformTetrahedronMesh(resolution float64, s sdf.SDF3) (nodes []r3.Vec, tetras [][4]int) {
bcc := makeBCCMesh(s.Bounds(), resolution)
Expand Down

0 comments on commit 9183ceb

Please sign in to comment.