mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 22:39:18 +02:00
Merge branch 'master' of github.com:highfidelity/hifi into punk
This commit is contained in:
commit
adc8a39c87
1 changed files with 0 additions and 2 deletions
|
@ -314,8 +314,6 @@ var toolBar = (function () {
|
||||||
direction = MyAvatar.orientation;
|
direction = MyAvatar.orientation;
|
||||||
}
|
}
|
||||||
direction = Vec3.multiplyQbyV(direction, Vec3.UNIT_Z);
|
direction = Vec3.multiplyQbyV(direction, Vec3.UNIT_Z);
|
||||||
// Align entity with Avatar orientation.
|
|
||||||
properties.rotation = MyAvatar.orientation;
|
|
||||||
|
|
||||||
var PRE_ADJUST_ENTITY_TYPES = ["Box", "Sphere", "Shape", "Text", "Web", "Material"];
|
var PRE_ADJUST_ENTITY_TYPES = ["Box", "Sphere", "Shape", "Text", "Web", "Material"];
|
||||||
if (PRE_ADJUST_ENTITY_TYPES.indexOf(properties.type) !== -1) {
|
if (PRE_ADJUST_ENTITY_TYPES.indexOf(properties.type) !== -1) {
|
||||||
|
|
Loading…
Reference in a new issue