CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
12.9k stars 3.48k forks source link

Rectangle rotation geometry + material problems #3172

Closed lucasvw closed 7 years ago

lucasvw commented 8 years ago

I made a little video in an attempt to show the problems with rectangle rotation (sorry about the music..) https://www.youtube.com/watch?v=46xek0WHZRk

See also: https://github.com/AnalyticalGraphicsInc/cesium/issues/3173

hpinkos commented 7 years ago

See my answer in #3173. Rectangles follow rhumb lines so the edges will look straight in 2D and curved in 3D. I also just submitted a fix for the rectangle texture rotation in #4725, so that should no longer be a problem. Thanks!

lucasvw commented 7 years ago

Ow this makes me very happy! more than a year after the bug was submitted but anyway ;)