mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 19:43:39 +02:00
include setVelocity in returned arguments
This commit is contained in:
parent
91f5a6fec6
commit
c3142ab90b
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ QVariantMap AvatarActionKinematicHold::getArguments() {
|
|||
|
||||
arguments["relativePosition"] = glmToQMap(_relativePosition);
|
||||
arguments["relativeRotation"] = glmToQMap(_relativeRotation);
|
||||
arguments["setVelocity"] = glmToQMap((int)_setVelocity);
|
||||
arguments["hand"] = _hand;
|
||||
});
|
||||
return arguments;
|
||||
|
|
Loading…
Reference in a new issue