pro3d-space / PRo3D

PRo3D, short for Planetary Robotics 3D Viewer, is an interactive 3D visualization tool allowing planetary scientists to work with high-resolution 3D reconstructions of planetary surfaces.
http://pro3d.space/
GNU Affero General Public License v3.0
38 stars 2 forks source link

Origin/features/scale bars orientations #395

Closed LauraFritz14 closed 3 weeks ago

LauraFritz14 commented 1 month ago

the scaleBars orientations are updated:

type Orientation = | Horizontal_cam = 0 // right direction of camera view | Vertical_cam = 1 // up direction of camera view | Sky_cam = 2 // camera sky vector | Horizontal_planet = 3 // reference systen plane parallel to right direction of camera view | Sky_planet = 4 // up direction of reference system

please also check if the remote part is still correct, I had to update the updateSegments part as well.

haraldsteinlechner commented 3 weeks ago

for me ready to go :)