Merge pull request #119 from dimforge/joint_drive

Add joint motors
This commit is contained in:
Sébastien Crozet
2021-02-22 17:40:29 +01:00
committed by GitHub
28 changed files with 3522 additions and 374 deletions

View File

@@ -1,7 +1,7 @@
use crate::math::Real;
/// Parameters for a time-step of the physics engine.
#[derive(Clone)]
#[derive(Copy, Clone)]
#[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))]
pub struct IntegrationParameters {
/// The timestep length (default: `1.0 / 60.0`)