Struct rubullet::PhysicsEngineParameters[][src]

pub struct PhysicsEngineParameters {
Show fields pub fixed_time_step: Duration, pub simulation_time_stamp: Duration, pub num_solver_iterations: usize, pub use_split_impulse: bool, pub split_impulse_penetration_threshold: f64, pub num_sub_steps: usize, pub collision_filter_mode: usize, pub contact_breaking_threshold: f64, pub enable_file_caching: bool, pub restitution_velocity_threshold: f64, pub erp: f64, pub contact_erp: f64, pub friction_erp: f64, pub enable_cone_friction: bool, pub deterministic_overlapping_pairs: bool, pub allowed_ccd_penetration: f64, pub joint_feedback_mode: JointFeedbackMode, pub solver_residual_threshold: f64, pub contact_slop: f64, pub enable_sat: bool, pub constraint_solver_type: ConstraintSolverType, pub global_cfm: f64, pub minimum_solver_island_size: usize, pub report_solver_analytics: bool, pub warm_starting_factor: f64, pub sparse_sdf_voxel_size: f64, pub num_non_contact_inner_iterations: usize, pub use_real_time_simulation: bool, pub gravity: Vector3<f64>, pub articulated_warm_starting_factor: f64, pub internal_sim_flags: i32, pub friction_cfm: f64,
}
Expand description

See SetPhysicsEngineParameterOptions for a description of the parameters.

Fields

fixed_time_step: Durationsimulation_time_stamp: Durationnum_solver_iterations: usizeuse_split_impulse: boolsplit_impulse_penetration_threshold: f64num_sub_steps: usizecollision_filter_mode: usizecontact_breaking_threshold: f64enable_file_caching: boolrestitution_velocity_threshold: f64erp: f64contact_erp: f64friction_erp: f64enable_cone_friction: booldeterministic_overlapping_pairs: boolallowed_ccd_penetration: f64joint_feedback_mode: JointFeedbackModesolver_residual_threshold: f64contact_slop: f64enable_sat: boolconstraint_solver_type: ConstraintSolverTypeglobal_cfm: f64minimum_solver_island_size: usizereport_solver_analytics: boolwarm_starting_factor: f64sparse_sdf_voxel_size: f64num_non_contact_inner_iterations: usizeuse_real_time_simulation: boolgravity: Vector3<f64>articulated_warm_starting_factor: f64internal_sim_flags: i32friction_cfm: f64

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.