alexandernst Posted March 23, 2018 Share Posted March 23, 2018 How can I set the direction at which an object should be moving at in MatterJS physics? In Arcade physics I'd do `this.scene.physics.velocityFromRotation(angle, this.speed, this.velocity);`, but MatterJS doesn't seem to have a `velocityFromRotation` method. Link to comment Share on other sites More sharing options...
Recommended Posts