-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
Makes pointclouds follow the curvature of the globe.
Fixes globe syncing issues when directly above pivot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, it looks really good! I made som few comments. Just one thing I noticed: I was not able to render the compass when I tried to add it. It doesn't give any errors either in the console, so not sure why it's not visible.
Hmm, the compass shows up for me. Are you sure you just clicked the compass button and didn't try to drag it out into the viewer? Feel like I have made that mistake earlier. |
|
The compass shows up now, I suppose it was just lagging earlier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! The new changes look good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything seems good and explainatory!
Description of change
Added a Cesium globe in order to see where the point cloud is located. This includes:
Note: I also had to hide the globe when the camera is directly above the point, as this caused syncing issues between the point cloud and the globe.
Testing steps
Closes #9