Physics3D/Constraint3D: Add Damping/ImpulseClamp properties
This commit is contained in:
committed by
Jérôme Leclercq
parent
3efd422e86
commit
4d42c0cf9c
@@ -64,8 +64,14 @@ namespace Nz
|
||||
Vector3f GetFirstAnchor() const;
|
||||
Vector3f GetSecondAnchor() const;
|
||||
|
||||
float GetDamping() const;
|
||||
float GetImpulseClamp() const;
|
||||
|
||||
void SetFirstAnchor(const Vector3f& firstAnchor);
|
||||
void SetSecondAnchor(const Vector3f& secondAnchor);
|
||||
|
||||
void SetDamping(float damping);
|
||||
void SetImpulseClamp(float impulseClamp);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user