We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://cesiumjs.org/ looks really cool. Let's use it for something! Ideas? Thoughts?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
No branches or pull requests
http://cesiumjs.org/ looks really cool. Let's use it for something! Ideas? Thoughts?
The text was updated successfully, but these errors were encountered: