AntonSynytsia / MSPhysics

A NewtonDynamics wrapper for SketchUp.
http://sketchucation.com/forums/viewtopic.php?f=323&t=56852#p516427
MIT License
55 stars 20 forks source link

Make C++ Extension Thread Safe #14

Open AntonSynytsia opened 5 years ago

AntonSynytsia commented 5 years ago

NewtonDynamics allows for multithreading. All world, body, and joint callback functions within the C++ extension must be updated to be thread safe.