mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
remove rotation for newly created entities
This commit is contained in:
parent
b56d9c3ea5
commit
a20be5b50d
1 changed files with 0 additions and 2 deletions
|
@ -314,8 +314,6 @@ var toolBar = (function () {
|
|||
direction = MyAvatar.orientation;
|
||||
}
|
||||
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"];
|
||||
if (PRE_ADJUST_ENTITY_TYPES.indexOf(properties.type) !== -1) {
|
||||
|
|
Loading…
Reference in a new issue