package
0.0.0-20241220234900-a9b1306f5d57
Repository: https://github.com/soypat/gsdf.git
Documentation: pkg.go.dev
# Functions
NewImageRendererSDF2 instances a new [ImageRendererSDF2] to render images from 2D SDFs.
NewOctreeRenderer instantiates a new Octree renderer for rendering triangles from an [gleval.SDF3].
No description provided by the author
RenderAll reads the full contents of a Renderer and returns the slice read.
WriteBinarySTL writes model triangles to a writer in STL file format.
# Structs
DualContourLeastSquares is a vertex placement strategy which solves the least squares problem to place vertices.
No description provided by the author
DualCube corresponds to a voxel anmd contains both cube and edge data.
ImageRendererSDF2 converts 2D SDFs to images.
Octree is a marching-triangles Octree implementation with sub-cube pruning.