MCPcopy Index your code
hub / github.com/fogleman/sdf / blobby.py

File blobby.py

examples/blobby.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from sdf import *
2
3s = sphere(0.75)
4s = s.translate(Z * -3) | s.translate(Z * 3)

Callers

nothing calls this directly

Calls 3

sphereFunction · 0.85
capsuleFunction · 0.85
saveMethod · 0.80

Tested by

no test coverage detected