wonder-sk / point-cloud-experiments

Just some prototyping for QGIS point clouds implementation
1 stars 0 forks source link

[3d] Better strategy to adjust camera view center #21

Open wonder-sk opened 4 years ago

wonder-sk commented 4 years ago

Right now we use terrain elevation to adjust rotation center of the camera. We should figure out a more generic way how to do it that would allow camera center adjustment based on other entities too -- right now it is difficult to get rotation to behave nicely if the area of interest is further away from the terrain.

NEDJIMAbelgacem commented 3 years ago

Wasn't this addressed with the fly navigation mode or do we need to do something else?

wonder-sk commented 3 years ago

The fly navigation mode is a workaround for this issue - so yes we can skip this for the time being...