02-11-2018, 07:51 AM
(01-11-2018, 06:17 PM)josemendez Wrote: Hi there,
You can use the reading from the device's accelerometer to drive gravity directly. Change the gravity in the solver, and don't forget to call solver.UpdateParameters() afterwards. That should do it.
Thanks. It was the solver.UpdateParameters() that I was missing.