mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 04:55:41 +00:00
Use double-precision overload of ToAxisAngle
This commit is contained in:
parent
bac905e742
commit
8c4ed9d955
@ -176,7 +176,7 @@ public abstract class VirtualParadiseObjectBuilder
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
TargetObject.Location.Rotation.ToAxisAngle(out Vector3 axis, out float angle);
|
TargetObject.Location.Rotation.ToAxisAngle(out Vector3d axis, out double angle);
|
||||||
_ = vp_double_set(handle, ObjectRotationX, axis.X);
|
_ = vp_double_set(handle, ObjectRotationX, axis.X);
|
||||||
_ = vp_double_set(handle, ObjectRotationY, axis.Y);
|
_ = vp_double_set(handle, ObjectRotationY, axis.Y);
|
||||||
_ = vp_double_set(handle, ObjectRotationZ, axis.Z);
|
_ = vp_double_set(handle, ObjectRotationZ, axis.Z);
|
||||||
|
Loading…
Reference in New Issue
Block a user