Increase the precison of Angular Velocity

Increase the precison of Angular Velocity
to make more comfortable the Issue #798 Angular Velocity can't go below 0.4 something (round to 0.5)
But this won't solve the trouble.
For this it would require a fixed for issue #76 Rotations that are transmitted over server lose precision
This commit is contained in:
Alezia Kurdis 2020-10-18 23:34:36 -04:00 committed by GitHub
parent d0de5154fe
commit 1aa09f59c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1618,7 +1618,8 @@ const GROUPS = [
type: "vec3",
vec3Type: "pyr",
multiplier: DEGREES_TO_RADIANS,
decimals: 4,
decimals: 6,
step: 1,
subLabels: [ "x", "y", "z" ],
unit: "deg/s",
propertyID: "localAngularVelocity",