Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
coopergogo opened this issue Jan 19, 2024 · 2 comments

Comments

@coopergogo
Copy link

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

@timoore
Copy link
Owner

timoore commented Jan 19, 2024

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.

@coopergogo
Copy link
Author

coopergogo commented Jan 19, 2024

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"
      }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants