tur-sdf-raylib API
Auto-generated API reference. Run just docs to regenerate.
export
export/gltf
binary glTF 2.0 (.glb) export from an indexed mesh.
export/obj
OBJ + MTL export for colored meshes.
export/stl
binary STL export for meshes produced by marching-cubes.
glsl
mesh
mesh/extraction
Marching Cubes extraction from a ColoredSDF.
mesh/marching-cubes
CPU Marching Cubes mesh extraction from an SdfExpr.
mesh/optimization
vertex welding: convert a cmesh triangle soup to an indexed imesh.
raylib
sdf
sdf/blend
smooth blending operations on SdfExpr trees.
sdf/boolean
CSG combinators over SdfExpr trees.
sdf/colors
ColoredSDF: SdfExpr paired with per-leaf color and object ID.
sdf/eval
CPU evaluator for SdfExpr trees.
sdf/expr
SdfExpr tagged-union AST for signed distance fields.
sdf/primitives
smart constructors for SDF leaf shapes.
sdf/repeat
domain repetition operations for SdfExpr trees.
sdf/transforms
spatial and morphological modifiers for SdfExpr trees.