> I've added active-mesh and passive-mesh to the physics system.
great! this is a feature i have wanted for a long time. thanks!
i tried to make a passive-mesh ground, but got a seg fault. am i doing
something wrong?
(clear)
(define p (build-seg-plane 16 16))
(with-primitive p
(poly-convert-to-indexed))
(passive-mesh p)
gabor