mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +02:00
parenting text to head
This commit is contained in:
parent
e552b69f4c
commit
3e5e324c7e
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@
|
|||
drawInFront: true,
|
||||
grabbable: false,
|
||||
orientation: {x: 0.0, y: 0.5, z: 0.0, w: 0.87},
|
||||
parentID: MyAvatar.SELF_ID
|
||||
parentID: MyAvatar.SELF_ID,
|
||||
parentJointIndex: MyAvatar.getJointIndex("Head")
|
||||
});
|
||||
print("redirect oops text = " + redirectOopsText);
|
||||
|
||||
|
|
Loading…
Reference in a new issue