Robert Milton
Robert Milton
We're experiencing the same problem. I upgraded to 1.8.6, but still get the error. We also can't get the proxy dialog to appear to enter proxy information. What are the...
I wanted to follow up with more information on this issue. We have a client that uses a proxy that requires authentication and are experiencing the same problem described here....
Hey lilleyse, I have been experimenting with the example code you provided above. However, I'm having a hard time getting the model's texture. Here's an excerpt of my code... ```javascript...
Hmmm... I'm still not getting anything. I changed the code as follows... ```javascript this.Model = Cesium.Model.fromGltf({ url: "resources/models/A320.gltf", modelMatrix:modelMatrix, incrementallyLoadTextures: false, scale:this.ModelSize, minimumPixelSize:5.0, colorBlendMode: Cesium.ColorBlendMode.MIX, colorBlendAmount: 0.0 }); this.Model['colored'] =...
I'm really glad to see there's more interest in this because this is something we still would desperately like to be able to do. I was never able to get...
Just wondering if there has been any progress on this? We would love the ability to change the texture applied to models during run time. Unfortunately I could never get...
Thanks, Sean, I'll definitely take a look and give it a try!
Hey Sean, that example works for me! Thank you! Now I have another issue I'd like to ask for help with that is probably more Javascript related than Cesium-specific. But...
Sean, that worked like a charm! Thank you for the help with this!
@lilleyse Hope you're doing well. Wanted to get your thoughts about an issue we've run into. We've been using the code below for several years, but recently this code stopped...