[SOLVED] Trying to build a robot arm grabber using Ammo.js

Yeah, looking at the available API in PlayCanvas revision of ammo.js, the motor related functions for the slider constraint aren’t there. But then, they’re not even in the latest ammo.js either:

We’d need to submit a PR to ammo.js and upgrade PlayCanvas’ version for motor powered slider constraints to work. TBH, I do actually think it’s very useful for developers to pick the version of ammo.js that they want to use. Because it is possible to build your own version of ammo.js from the source and expose and much or as little of the API as you want.