Hey guys, we are still not having much luck with this. Our original problem with chrome not downloading the terrain images was because it had an issue with the response header. I can now see terrain images coming through our servlet just fine, however we still get a black globe. Everything is being run from the same host and port, so it does not seem like it could be a CORS problem. I have also tried disabling web security in chrome and using a plugin in firefox called force cors and still get a black globe.
Chrome is giving us this error, but the firefox console shows no problems.
Tile 0, 0, 0 UDiff: 2.220446049250313e-16 VDiff: 0.28682304967257977 Cesium.js:54615
Tile 0, 1, 0 UDiff: 2.220446049250313e-16 VDiff: 0.28682304967258015 Cesium.js:54615
3GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 map.html:1
Tile 1, 1, 0 UDiff: 2.220446049250313e-16 VDiff: 0.28682304967258015 Cesium.js:54615
7GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 map.html:1
WebGL: too many errors, no more errors will be reported to the console for this context. map.html:1
Tile 1, 0, 0 UDiff: 2.220446049250313e-16 VDiff: 0.28682304967257977 Cesium.js:54615
Tile 0, 3, 1 UDiff: 2.7755575615628914e-16 VDiff: 0.1854728848111637 Cesium.js:54615
Tile 0, 0, 1 UDiff: 2.7755575615628914e-16 VDiff: 0.18547288481116297 Cesium.js:54615
Tile 1, 1, 1 UDiff: 2.220446049250313e-16 VDiff: 0.11632959717291691 Cesium.js:54615
Tile 0, 2, 1 UDiff: 2.7755575615628914e-16 VDiff: 0.11632959717291708
Any thoughts on what could be going wrong here? I am going to get our servlet version running in the development setup and will be posting that shortly. Thanks in advance for your help.