Преглед на файлове

Add center pointing and HFOV to hot spot debug.

pull/86/head
Matthew Petroff преди 9 години
родител
ревизия
2e7f8365d3
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      src/js/pannellum.js

+ 2
- 1
src/js/pannellum.js Целия файл

@@ -482,7 +482,8 @@ function onDocumentMouseDown(event) {
var root = Math.sqrt(x*x + a*a);
var pitch = Math.atan((y * c + focal * s) / root) * 180 / Math.PI;
var yaw = Math.atan2(x / root, a / root) * 180 / Math.PI + config.yaw;
console.log('Pitch: ' + pitch + ', Yaw: ' + yaw);
console.log('Pitch: ' + pitch + ', Yaw: ' + yaw + ', Center Pitch: ' +
config.pitch + ', Center Yaw: ' + config.yaw + ', HFOV: ' + config.hfov);
}
// Turn off auto-rotation if enabled


Зареждане…
Отказ
Запис