ofxMSAPhysics
ofxMSAPhysics copied to clipboard
On-screen messages not being drawn in example program.
The message containing "number of particles", "number or springs", "mouse mass" etc. is not being drawn because GL_CULL_FACE is enabled. This can be fixed by temporarily disabling GL_CULL_FACE, drawing the message and then re-enabling GL_CULL_FACE.