mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:39:26 +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: {
|
Component.onCompleted: {
|
||||||
dataTextField.text = preference.value;
|
dataTextField.text = preference.value;
|
||||||
// FIXME: MyAvatar object isn't available in HMD mode for some reason.
|
console.log("MyAvatar modelName " + MyAvatar.getFullAvatarModelName())
|
||||||
if (typeof MyAvatar !== "undefined") {
|
|
||||||
console.log("MyAvatar modelName " + MyAvatar.getFullAvatarModelName())
|
|
||||||
}
|
|
||||||
console.log("Application : " + ApplicationInterface)
|
console.log("Application : " + ApplicationInterface)
|
||||||
ApplicationInterface.fullAvatarURLChanged.connect(processNewAvatar);
|
ApplicationInterface.fullAvatarURLChanged.connect(processNewAvatar);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue