Gaia3D / mago3djs

3D Rendering Library
http://mago3d.net/
Apache License 2.0
133 stars 55 forks source link

About the current camera perspective? #799

Closed Miso0111 closed 3 years ago

Miso0111 commented 3 years ago

Is there a way to get the position and rotation information of the current camera perspective

sdson commented 3 years ago

Hi Miso0111.

The camera's information is in Cesium. You can get the heading, pitch and roll and the position of the camera.

See the cesium API of camera.

Obtener Outlook para Androidhttps://aka.ms/ghei36


From: Miso0111 notifications@github.com Sent: Tuesday, January 26, 2021 7:17:11 PM To: Gaia3D/mago3djs mago3djs@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [Gaia3D/mago3djs] About the current camera perspective? (#799)

Is there a way to get the position and rotation information of the current camera perspective

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/Gaia3D/mago3djs/issues/799, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AB33ERGLVYNTX7ZFO62FYOTS32JCPANCNFSM4WTGKJHQ.

Miso0111 commented 3 years ago

Ok,I see.Thank your very much for your answer!