mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 12:12:32 +02:00
REmoving the uneeded extra property
This commit is contained in:
parent
702f6229b8
commit
25213febfd
1 changed files with 1 additions and 2 deletions
|
@ -133,8 +133,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly, location, visible) {
|
||||||
dimensions: { x: tabletWidth, y: tabletHeight, z: tabletDepth },
|
dimensions: { x: tabletWidth, y: tabletHeight, z: tabletDepth },
|
||||||
parentID: MyAvatar.SELF_ID,
|
parentID: MyAvatar.SELF_ID,
|
||||||
visible: visible,
|
visible: visible,
|
||||||
isGroupCulled: true,
|
isGroupCulled: true
|
||||||
isLODEnabled: false
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// compute position, rotation & parentJointIndex of the tablet
|
// compute position, rotation & parentJointIndex of the tablet
|
||||||
|
|
Loading…
Reference in a new issue