最終更新:2023-03-10 (金) 11:50:08 (406d)  

BABYLON.ArcRotateCamera
Top / BABYLON.ArcRotateCamera

https://doc.babylonjs.com/typedoc/classes/babylon.arcrotatecamera

サブクラス

  • BABYLON.AnaglyphArcRotateCamera?
  • BABYLON.StereoscopicArcRotateCamera?
  • BABYLON.VRDeviceOrientationArcRotateCamera?

メモ

  • alphaDefines the rotation angle of the camera along the longitudinal axis.
    betaDefines the rotation angle of the camera along the latitudinal axis.
  • name: カメラの名前
  • alpha: 縦軸に沿った角度位置 (ラジアン単位)
  • beta: 横軸に沿った角度位置 (ラジアン単位)
  • radius: ターゲットからの距離
  • target: カメラが常に向けられている点 (x-y-z 座標で定義)
  • scene: カメラが入っているシーン

参考