Permalink
Switch branches/tags
Commits on Jul 21, 2017
  1. Merge pull request #5625 from AnalyticalGraphicsInc/classification-pr…

    …imitive
    
    Classification primitive
    pjcozzi committed on GitHub Jul 21, 2017
Commits on Jul 20, 2017
  1. Merge branch 'master' into classification-primitive

    bagnell committed Jul 20, 2017
  2. Update image.

    bagnell committed Jul 20, 2017
  3. Update Sandcastle example.

    bagnell committed Jul 20, 2017
  4. Merge pull request #5612 from AnalyticalGraphicsInc/instanced-tile-pa…

    …dding
    
    3d Tiles composite padding breaks instanced tiles
    lilleyse committed on GitHub Jul 20, 2017
  5. Updated files

    lilleyse committed Jul 20, 2017
  6. Merge pull request #5656 from AnalyticalGraphicsInc/geojson-name-setter

    Add setter for GeoJsonDataSource.name
    mramato committed on GitHub Jul 20, 2017
  7. Merge pull request #5661 from AnalyticalGraphicsInc/debug-travis

    Fix travis builds
    hpinkos committed on GitHub Jul 20, 2017
  8. Update CHANGES.md

    hpinkos committed on GitHub Jul 20, 2017
  9. Update CHANGES.md

    hpinkos committed on GitHub Jul 20, 2017
  10. 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).
    mramato committed Jul 20, 2017
Commits on Jul 19, 2017
  1. Merge pull request #5657 from AnalyticalGraphicsInc/model-callback

    Remove model update height callback on destroy
    pjcozzi committed on GitHub Jul 19, 2017
  2. Merge branch 'master' into classification-primitive

    bagnell committed Jul 19, 2017
  3. Merge pull request #5658 from AnalyticalGraphicsInc/amd-timeout

    Fix sporadic build/test failures.
    bagnell committed on GitHub Jul 19, 2017
  4. Minor updates and file moves.

    bagnell committed Jul 19, 2017
  5. 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.
    mramato committed Jul 19, 2017
  6. Merge branch 'master' into classification-primitive

    bagnell committed Jul 19, 2017
  7. Fixed tests to use samples-generator.

    tfili committed Jul 19, 2017
  8. Merge pull request #5649 from AnalyticalGraphicsInc/frustum-geometry

    Frustum geometry
    pjcozzi committed on GitHub Jul 19, 2017
  9. Update CHANGES.md.

    bagnell committed Jul 19, 2017
  10. Update tests after rename.

    bagnell committed Jul 19, 2017
  11. Refactor duplicate code.

    bagnell committed Jul 19, 2017
  12. Rename frustum position to orientation.

    bagnell committed Jul 19, 2017
  13. Add options parameter to constructors for *Frustum classes.

    bagnell committed Jul 19, 2017
  14. Merged in master.

    tfili committed Jul 19, 2017
  15. Merge pull request #5654 from AnalyticalGraphicsInc/clone-near-far-sc…

    …alars
    
    Clone NearFarScalar values in constructor for Billboard, Label and PointPrimitive
    bagnell committed on GitHub Jul 19, 2017
  16. Merge pull request #5648 from AnalyticalGraphicsInc/label-height-refe…

    …rence
    
    Clear clamp to ground callback for label glyphs
    bagnell committed on GitHub Jul 19, 2017
  17. Remove model height callback on destroy

    hpinkos committed Jul 19, 2017
  18. doc

    hpinkos committed Jul 19, 2017
  19. Add setter for GeoJsonDataSource.name

    hpinkos committed Jul 19, 2017
  20. Clone values in constructors

    hpinkos committed Jul 19, 2017
  21. Merge pull request #5623 from AnimatedRNG/webgl2-upgrade

    modernizeShader and other WebGL2 changes
    lilleyse committed on GitHub Jul 19, 2017
Commits on Jul 18, 2017
  1. Update doc and add tests.

    bagnell committed Jul 18, 2017
  2. Merge branch 'master' into frustum-geometry

    bagnell committed Jul 18, 2017