mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-14 13:07:55 +02:00
attach the 3D overlay to the avatar because it s more fun
This commit is contained in:
parent
39241bec13
commit
2b2dd267e0
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ function addTwo() {
|
|||
alpha: 1,
|
||||
solid: true,
|
||||
isFacingAvatar: true,
|
||||
drawInFront: false
|
||||
drawInFront: false,
|
||||
parentID: MyAvatar.sessionUUID
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue