| .. |
|
ConstraintPart
|
b385bc3d76
A 6DOF constraint that constrains all rotation axis in combination with a body that has some of its rotation axis locked would not constrain the rotation in the unlocked axis (#1771)
|
4 luni în urmă |
|
CalculateSolverSteps.h
|
b1e5153f78
Explicitly marking some classes as internal to avoid confusion
|
4 luni în urmă |
|
ConeConstraint.cpp
|
d837905503
Added Constraint::ResetWarmStart and Ragdoll::ResetWarmStart (#960)
|
1 an în urmă |
|
ConeConstraint.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |
|
Constraint.cpp
|
779ba3673b
Ability to add soft bodies to a PhysicsScene and load/save them (#656)
|
2 ani în urmă |
|
Constraint.h
|
8311925dd9
Fixed typo
|
3 luni în urmă |
|
ConstraintManager.cpp
|
0771808a03
Changed the meaning of the number of Constraint::mNumVelocity/PositionStepsOverride (#785)
|
2 ani în urmă |
|
ConstraintManager.h
|
b1e5153f78
Explicitly marking some classes as internal to avoid confusion
|
4 luni în urmă |
|
ContactConstraintManager.cpp
|
365a15367e
static_assert -> JPH_ASSERT
|
1 săptămână în urmă |
|
ContactConstraintManager.h
|
bc7f1fb8c0
When using Body::AddForce to apply gravity, bodies could gain extra energy during elastic collisions. We now cancel added forces in the direction of the contact normal if the body starts in collision to negate this energy gain. (#1890)
|
1 săptămână în urmă |
|
DistanceConstraint.cpp
|
d837905503
Added Constraint::ResetWarmStart and Ragdoll::ResetWarmStart (#960)
|
1 an în urmă |
|
DistanceConstraint.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |
|
FixedConstraint.cpp
|
d837905503
Added Constraint::ResetWarmStart and Ragdoll::ResetWarmStart (#960)
|
1 an în urmă |
|
FixedConstraint.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |
|
GearConstraint.cpp
|
ff2217ed02
Fixed StaticCast and DynamicCast (#1135)
|
1 an în urmă |
|
GearConstraint.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |
|
HingeConstraint.cpp
|
e73521b2ae
Ability to drive hinge constraints with Ragdoll::DriveToPoseUsingMotors (#1613)
|
9 luni în urmă |
|
HingeConstraint.h
|
e73521b2ae
Ability to drive hinge constraints with Ragdoll::DriveToPoseUsingMotors (#1613)
|
9 luni în urmă |
|
MotorSettings.cpp
|
3cabc057c1
Ability to specify stiffness/damping for springs instead of frequency/damping (#561)
|
2 ani în urmă |
|
MotorSettings.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |
|
PathConstraint.cpp
|
d837905503
Added Constraint::ResetWarmStart and Ragdoll::ResetWarmStart (#960)
|
1 an în urmă |
|
PathConstraint.h
|
e3d3cdf644
Suppressed 2 warnings that trigger when compiling with the -Wshadow flag with GCC (#1367)
|
1 an în urmă |
|
PathConstraintPath.cpp
|
779ba3673b
Ability to add soft bodies to a PhysicsScene and load/save them (#656)
|
2 ani în urmă |
|
PathConstraintPath.h
|
ef1adf38c3
Allow SerializableObjects to be copy constructed only by derived classes (#1664)
|
8 luni în urmă |
|
PathConstraintPathHermite.cpp
|
19fbd9e031
Consistency fix: A few files were using spaces instead of tabs (#1171)
|
1 an în urmă |
|
PathConstraintPathHermite.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |
|
PointConstraint.cpp
|
d837905503
Added Constraint::ResetWarmStart and Ragdoll::ResetWarmStart (#960)
|
1 an în urmă |
|
PointConstraint.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |
|
PulleyConstraint.cpp
|
d837905503
Added Constraint::ResetWarmStart and Ragdoll::ResetWarmStart (#960)
|
1 an în urmă |
|
PulleyConstraint.h
|
e594aadb55
Fixed copy-paste typo
|
4 luni în urmă |
|
RackAndPinionConstraint.cpp
|
ff2217ed02
Fixed StaticCast and DynamicCast (#1135)
|
1 an în urmă |
|
RackAndPinionConstraint.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |
|
SixDOFConstraint.cpp
|
7038776e2a
Replaced quat.Conjugate() * vec with quat.InverseRotate(vec)
|
7 luni în urmă |
|
SixDOFConstraint.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |
|
SliderConstraint.cpp
|
d837905503
Added Constraint::ResetWarmStart and Ragdoll::ResetWarmStart (#960)
|
1 an în urmă |
|
SliderConstraint.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |
|
SpringSettings.cpp
|
3cabc057c1
Ability to specify stiffness/damping for springs instead of frequency/damping (#561)
|
2 ani în urmă |
|
SpringSettings.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |
|
SwingTwistConstraint.cpp
|
d837905503
Added Constraint::ResetWarmStart and Ragdoll::ResetWarmStart (#960)
|
1 an în urmă |
|
SwingTwistConstraint.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |
|
TwoBodyConstraint.cpp
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
2 ani în urmă |
|
TwoBodyConstraint.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 an în urmă |