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

Large screen display with widgets #3

Open
haitunxiaomo opened this issue Mar 7, 2024 · 4 comments
Open

Large screen display with widgets #3

haitunxiaomo opened this issue Mar 7, 2024 · 4 comments

Comments

@haitunxiaomo
Copy link

The Sagis is good project when only show earth scene。
However, there are some problems when I want to add some widgets to my scene.
For example, if i want to add LineOfSight to my scene,i need to set a screen to show LineOfSight widget, and i need to create LineOfSight class to other scene.And i need to bind mouse event in client and viewer page.it is very unfriendly。 But i can not get a correct result. And i think it's harder if want to add ShadowCast to all scene。
image

Therefore, I wonder if there is a solution for large screen effects with widgets or charts around the earth scene .

@eile
Copy link
Collaborator

eile commented Mar 8, 2024

Hi, just a short reply as I am preparing for DevSummit: Can you assign the analysis to a LineOfSightLayer, and serialize this from the viewer to the clients?

@eile
Copy link
Collaborator

eile commented Mar 28, 2024

Hello @haitunxiaomo - did you have a chance to look into this?

@haitunxiaomo
Copy link
Author

Hello @haitunxiaomo - did you have a chance to look into this?

i assign the to a LineofSightLayer in every browser。And set same observer and targets.

@eile
Copy link
Collaborator

eile commented Apr 11, 2024

i assign the to a LineofSightLayer in every browser。And set same observer and targets.

Yes, and then the analysis is done on each client, and each client uses different data to do so. I would do the analysis only on the viewer, and then serialize the result to all clients to be visualized.

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