mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-15 11:46:39 +02:00
removed debug
This commit is contained in:
parent
07a2849b92
commit
9244180cb4
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ function checkCamera() {
|
||||||
if (yaw < -360) {
|
if (yaw < -360) {
|
||||||
yaw += 360;
|
yaw += 360;
|
||||||
}
|
}
|
||||||
print("pitch="+ pitch + " yaw="+ yaw + " roll=" + roll);
|
|
||||||
var orientation = Quat.fromPitchYawRoll(pitch, yaw, roll);
|
var orientation = Quat.fromPitchYawRoll(pitch, yaw, roll);
|
||||||
Camera.setOrientation(orientation);
|
Camera.setOrientation(orientation);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue