mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-18 17:18:43 +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) {
|
||||
yaw += 360;
|
||||
}
|
||||
print("pitch="+ pitch + " yaw="+ yaw + " roll=" + roll);
|
||||
var orientation = Quat.fromPitchYawRoll(pitch, yaw, roll);
|
||||
Camera.setOrientation(orientation);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue