-
Merge pull request #5625 from AnalyticalGraphicsInc/classification-pr…
…imitive Classification primitive
-
-
-
bagnell committed
Jul 20, 2017 -
Merge pull request #5612 from AnalyticalGraphicsInc/instanced-tile-pa…
…dding 3d Tiles composite padding breaks instanced tiles
-
-
Merge pull request #5656 from AnalyticalGraphicsInc/geojson-name-setter
Add setter for GeoJsonDataSource.name
-
Merge pull request #5661 from AnalyticalGraphicsInc/debug-travis
Fix travis builds
-
-
-
The problem was that travis itself was killing our build process because we were trying to run 8 requirejs processes at once, leading us to run out of memory (only 3GB available on travis). This adds a command line to specify concurrency and updates travis to do at most 2 (one for each core).
-
Merge pull request #5657 from AnalyticalGraphicsInc/model-callback
Remove model update height callback on destroy
-
-
Merge pull request #5658 from AnalyticalGraphicsInc/amd-timeout
Fix sporadic build/test failures.
-
-
Fix sporadic build/test failures.
The default load timeout for AMD modules is 7 seconds, when running the tests so many modules get loaded at once that it can time out. This fixes the karma configuration under Node so that timeout is indefinite. Because we've also seen sporadic build failures, I also added the timeout option to `requirejs.optimize` as well, I'm not sure if this has any effect, but if we stop seeing sporadic requirejs.optimize failures, we'll know it did.
-
-
-
Merge pull request #5649 from AnalyticalGraphicsInc/frustum-geometry
Frustum geometry
-
-
Merge branch 'master' into frustum-geometry
bagnell committedJul 19, 2017 -
-
-
-
-
-
Merge pull request #5654 from AnalyticalGraphicsInc/clone-near-far-sc…
…alars Clone NearFarScalar values in constructor for Billboard, Label and PointPrimitive
-
Merge pull request #5648 from AnalyticalGraphicsInc/label-height-refe…
…rence Clear clamp to ground callback for label glyphs
-
-
-
-
-
Merge pull request #5623 from AnimatedRNG/webgl2-upgrade
modernizeShader and other WebGL2 changes