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

Something cool with cesium.js #33

Open
7yl4r opened this issue Apr 15, 2014 · 2 comments
Open

Something cool with cesium.js #33

7yl4r opened this issue Apr 15, 2014 · 2 comments

Comments

@7yl4r
Copy link
Contributor

7yl4r commented Apr 15, 2014

http://cesiumjs.org/ looks really cool. Let's use it for something! Ideas? Thoughts?

@iontom
Copy link
Member

iontom commented Apr 15, 2014

We might look to eventually reorganize our source to resemble theirs:
https://github.com/AnalyticalGraphicsInc/cesium/tree/master/Source/Scene

They combine everything with RequireJS as seen here:
https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/main.js

The most amazing add we could create would be a frustum condition:
https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Scene/FrustumCommands.js
https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Scene/PerspectiveFrustum.js
(That way we could load models of asteroids and spacecraft when they are selected and the camera zoomed in)

Also, we might try to figure out how their spacecraft orbital ellipse system works, because then we could use it to make a 2D satelite viewer for a mission control / launch page
https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Scene/EllipsoidSurfaceAppearance.js
http://i.imgur.com/lGr3neE.png

@7yl4r
Copy link
Contributor Author

7yl4r commented Apr 16, 2014

Wow. The last one is the only one that I thought of, but there are a lot of great ideas we'll have to come back to. Awesome.

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

No branches or pull requests

2 participants