memo / ofxMSAPhysics

C++ openFrameworks addon for particle/constraint based physics library with springs, attractors and collision. It uses a very similar api to the traer.physics library for processing to make getting into it as easy as possible. All classes are template based with typedefs for physics in 2D or 3D - Potentially even more dimensions! Demo at www.memo.tv/msaphysics

Home Page:www.memo.tv/msaphysics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash when setting or getting min distance on attraction

mruegenberg opened this issue · comments

When calling get/setMinDistance on a newly created attraction, I get a segfaul. (Linux, GCC 4.9.2).

My only workaround at the moment is to call setMinDistance in the MSAPhysicsAttraction constructor.