-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
KML Graphics Roadmap #2179
Comments
@mramato between what Cesium does now and what we listed above, are we missing any feature or performance/memory needs for KML? |
@mramato are we missing any feature or performance/memory needs for KML? |
gx:latLonQuad is going to require support for trapezoidal texture projection, not sure where that fits in on the G&A pipeline. PhotoOverlay requires quite a bit of work and probably warrants further investigation with its own issue and roadmap when the time comes. |
MSL height conversion was requested in https://community.cesium.com/t/cesium-ion-vs-google-earth-google-photorealistic/27819/9. |
Derived Cesium graphics features for KML (#873).
Features
gx:drawOrder
?-180
to360
longitudeMemory usage
Performance (both loading and rendering)
Loading Pipeline:
EllipsoidSurfaceAppearance
for polygons on the globe so we don't have to compute normals. Etc.PolylinePipeline.wrapLongitude
: PolylinePipeline.wrapLongitude performance #1197Rendering:
Primitive.update
: Optimize Primitive.update #1542Bugs
Related Features
The text was updated successfully, but these errors were encountered: