timoore/vsgCs

The csclient cannot rotate the perspective from top view to side view when viewing closely.

Opened this issue · 2 comments

We found that cesium-js in web-browser can rotate the perspective in close-view.

https://drive.google.com/file/d/1Btgd2cJRQDV5pNjtU4rmsQUtIDAYduoj/view?usp=drive_link

For vsgCs, when viewing closely, the csclient cannot rotate the perspective from top view to side view. It can only be rotated 90 degrees when viewed from a long distance(zoom-out a lot).
https://drive.google.com/file/d/1-xB0y_x1mkJRT6DvV1fhBrzEQYOLPsg_/view?usp=drive_link

Thanks for the report. Have you tried using worldviewer with a world file instead? It uses a trackball manipulator derived from osgEarth and should behave more like cesium-js. I am probably going to remove csclient in the near future.

I have tried use worldviewer to load 3d-tiles tileset.json. The window opens, but no geometry data is displayed,, and console does not report any errors.

image

My command is:
.\bin\Debug\worldviewer.exe --ion-token-file c:/Workspace/.cesiumiontoken --world-file tests/podata.json

The podata.json is:

{ "Type": "World",
  "tilesets": [
      { "Type": "Tileset",
        "tilesetUrl":"http://{my-nginx-resource-server}/tileset.json"
      }
  ]
}