Skip to content

Commit

Permalink
Merge pull request #2340 from AnalyticalGraphicsInc/model-cache
Browse files Browse the repository at this point in the history
Model caching
  • Loading branch information
bagnell committed Dec 23, 2014
2 parents 7f8138c + a825fbb commit e8976ef
Show file tree
Hide file tree
Showing 7 changed files with 678 additions and 112 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Change Log
* Added `BoxGraphics` and `Entity.box`.
* Added `CorridorGraphics` and `Entity.corridor`.
* Added `CylinderGraphics` and `Entity.cylinder`.
* Added caching to `Model` to save memory and improve loading speed when several models with the same url are created.
* Added the following properties to `Viewer` and `CesiumWidget`: `imageryLayers`, `terrainProvider`, and `camera`. This avoids the need to access `viewer.scene` in some cases.

### 1.4 - 2014-12-01
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to Cesiu
* [Evax Software](https://github.com/evax)
* [Aviture](http://aviture.us.com)
* [Mike Macaulay](https://github.com/mmacaula)
* [Inovaworks](http://www.inovaworks.com/)
* [Sergio Flores](https://github.com/relfos)

## [Individual CLA](http://www.agi.com/licenses/individual-cla-agi-v1.0.txt)
* [Victor Berchet](https://github.com/vicb)
Expand Down
Loading

0 comments on commit e8976ef

Please sign in to comment.