| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# examples2d/sensor2.rs
# examples3d/sensor3.rs
# src/dynamics/integration_parameters.rs
# src/dynamics/solver/parallel_island_solver.rs
# src/dynamics/solver/velocity_constraint.rs
# src/dynamics/solver/velocity_ground_constraint.rs
# src_testbed/nphysics_backend.rs
# src_testbed/physx_backend.rs
# src_testbed/testbed.rs
|
|
Small refactor of IntegrationParameters
|
|
|
|
|
|
|
|
|
|
shape.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They are on the narrow-phase now.
|
|
of a rigid-body.
|
|
|
|
This is more consistent with the fact that the effect of collision groups is not overwritten either.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
structure.
|
|
|
|
pipelines.
|
|
|
|
|
|
addition/removal.
|
|
|
|
|
|
|
|
|
|
This adds a QueryPipeline structure responsible for scene queries.
Currently this structure is able to perform a brute-force ray-cast.
This commit also includes the beginning of implementation of a SIMD-based acceleration structure which will be used for these scene queries in the future.
|
|
|
|
|