Matthew Amato

Results 93 comments of Matthew Amato

FYI, this demo has never worked on cesiumjs.org because we haven't had a proxy since we migrated away from Windows/IIS to our current S3/CloudFront based set up. We could rig...

I switched it from priority next release to priority high. I'll reach out to the Open GEE team and see if they have any suggestions.

It also looks like we are using http in the Sandcastle examples, all examples must use HTTPS

Submitted https://github.com/google/earthenterprise/issues/875

@ggetz Sample data is not the issue. The problem is that https://www.opengee.org/ has no available demo servers for us to point to. They used to have one but it was...

From https://github.com/CesiumGS/cesium/pull/2600 > On an architectural note, Entities, which previously only knew about their parent, now also know about their children. This was needed to properly propagate setting a parent's...

We've seen this problem before (for other primitives). If I had to guess, the problem is that drillPick isn't hiding the particle system after it's picked and so it just...

As a duplicate with dynamic buffers? I would say no. There is a lot of inefficiency in `PathVisualizer` that would still need to be cleaned up even if we had...

At first glance, this looks like a clear cut bug on our end. Should be easy to figure out with the reduced test case. Thanks!

- Consider revisiting object lifetime management. The destroy pattern has some drawbacks that may be better solved via reference counting or other approaches.