mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:03:36 +02:00
MyAvatar is available in tablet now
This commit is contained in:
parent
2cc723762c
commit
05e4c2a1bb
1 changed files with 1 additions and 4 deletions
|
@ -23,10 +23,7 @@ Preference {
|
|||
|
||||
Component.onCompleted: {
|
||||
dataTextField.text = preference.value;
|
||||
// FIXME: MyAvatar object isn't available in HMD mode for some reason.
|
||||
if (typeof MyAvatar !== "undefined") {
|
||||
console.log("MyAvatar modelName " + MyAvatar.getFullAvatarModelName())
|
||||
}
|
||||
console.log("MyAvatar modelName " + MyAvatar.getFullAvatarModelName())
|
||||
console.log("Application : " + ApplicationInterface)
|
||||
ApplicationInterface.fullAvatarURLChanged.connect(processNewAvatar);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue