Does anyone know how to disable wireframe mode and change body colors while using MatterJS for physics?
I can see the following properties in the body's render object, but the color is not updating.
It looks like wireframes are set to true by default (line 59) - https://github.com/photonstorm/phaser/blob/8af70d02d1f42a0b56e618840d27b2d1807848cf/src/physics/matter-js/lib/render/Render.js
Thanks!