jrouwe / JoltPhysics.js

Port of JoltPhysics to JavaScript using emscripten
MIT License
270 stars 21 forks source link

Clear invalid props #85

Closed LeXXik closed 10 months ago

LeXXik commented 10 months ago

The member mDrawConstraintSize of VehicleConstraintSettings is not valid for Wasm, as there is no debug renderer and it is not exposed in IDL.

jrouwe commented 10 months ago

Thanks!