mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:58:27 +02:00
cleanup prints
This commit is contained in:
parent
06787029b7
commit
e9c2a1d509
1 changed files with 0 additions and 2 deletions
|
@ -1157,8 +1157,6 @@ function getPositionToImportEntity() {
|
||||||
}
|
}
|
||||||
var position = Vec3.sum(MyAvatar.position, Vec3.multiply(direction, distance));
|
var position = Vec3.sum(MyAvatar.position, Vec3.multiply(direction, distance));
|
||||||
|
|
||||||
print('distance is:: ' + distance);
|
|
||||||
|
|
||||||
if (Camera.mode === "entity" || Camera.mode === "independent") {
|
if (Camera.mode === "entity" || Camera.mode === "independent") {
|
||||||
position = Vec3.sum(Camera.position, Vec3.multiply(Quat.getFront(Camera.orientation), distance))
|
position = Vec3.sum(Camera.position, Vec3.multiply(Quat.getFront(Camera.orientation), distance))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue