Commit Graph

  • ea8be99b52 Revert last change (remove testing viewing angle when refineing tiles). Dan Bagnell 2012-05-16 13:47:16 -0400
  • 428cc29090 Fixed bad rename Patrick Cozzi 2012-05-16 13:46:18 -0400
  • 7c26404a3d Renamed LICENSE to LICENSE.md Patrick Cozzi 2012-05-16 13:45:01 -0400
  • 8a262aadfc Refine tiles based on the viewing angle. Dan Bagnell 2012-05-16 13:43:55 -0400
  • 53bc31d798 Improved test coverage for: PolygonPipeline TextureAtlas Camera2DController CameraColumbusViewController CameraControllerCollection CameraEventHandler CameraFreeLookController Camera Polyline kristiancalhoun 2012-05-16 13:42:04 -0400
  • 1b3a4c36e4 Refactor many methods to immutable properties. Matthew Amato 2012-05-15 22:35:27 -0400
  • 89b1934e0c Sandcastle - Better error handling, work in progress. Ed Mackey 2012-05-15 17:55:12 -0400
  • bd1c73015f Updated CHANGES.md to use markdown syntax. Patrick Cozzi 2012-05-15 18:47:52 -0300
  • 8bb02e6b00 Initial implementation of ReferenceProperty. Matthew Amato 2012-05-15 17:41:30 -0400
  • b7f39e9c70 Merge remote-tracking branch 'origin/viewer' into sandcastle Ed Mackey 2012-05-15 17:29:41 -0400
  • cd6c3c0052 Sandcastle - Apparently iframes can't get keyboard input focus. Removed example keyboard event handler from demo. May have to rethink the iframe thing. Ed Mackey 2012-05-15 17:28:32 -0400
  • 5bf0f90a0c Renamed CHANGES to CHANGES.md Patrick Cozzi 2012-05-15 17:00:11 -0400
  • a2434ec57c Initial cut of DynamicPyramid and associated objects. Matthew Amato 2012-05-15 15:17:38 -0400
  • 9b3caccc1b Implement a DynamicDirectionsProperty which is similar to DynamicVertexPositionsProperty but for directions. This will be used for pyramid projections. Matthew Amato 2012-05-15 15:16:38 -0400
  • c5913ac080 Implement a spherical coordinates type. Matthew Amato 2012-05-15 15:15:02 -0400
  • 246a2e3fd6 Merge branch 'master' into viewer Matthew Amato 2012-05-14 17:18:40 -0400
  • 4af5344787 Ongoing CZML work Matthew Amato 2012-05-14 17:15:14 -0400
  • 6bafe3e66b Fixed exception tests. kristiancalhoun 2012-05-14 15:52:28 -0400
  • 5e49d54bc5 Replaced all applicable instances of toBeTruhty() with toEqual(true) and toBeFalsy() with toEqual(false). kristiancalhoun 2012-05-14 15:45:45 -0400
  • 87e6ca2f4f Removed unused TextureAtlas function getContext. kristiancalhoun 2012-05-14 15:05:05 -0400
  • 5313547fc0 Streamlined UniformDatatype tests. kristiancalhoun 2012-05-14 15:04:27 -0400
  • bffa16e6ba Added extra SunPosition tests. Fixed a faulty test in CompositePrimitiveSpec. kristiancalhoun 2012-05-14 14:44:48 -0400
  • 13b582c108 Merge branch 'master' into tile_priority Dan Bagnell 2012-05-14 14:17:21 -0400
  • 73ec2b4bac Estimate the number of pixels shown for a tile when viewed from oblique angles. If it does not have a significant impact on the globe then stop refining. Dan Bagnell 2012-05-14 14:16:01 -0400
  • 07d24c5824 First cut at "objects" capability for vertex positions. Matthew Amato 2012-05-14 14:04:49 -0400
  • 38748f36db Restructure code so that Dynamic objects have static create/update functions rather than a bunch of seperate external methods. Matthew Amato 2012-05-14 13:10:57 -0400
  • 6b20006aa0 Merge branch 'master' into sandcastle Ed Mackey 2012-05-14 12:17:45 -0400
  • d115c5abe2 Replace non-existent secondsDifference with getSecondsDifference. Matthew Amato 2012-05-14 12:16:36 -0400
  • f01df9e4b7 Change CentralBodyFS to apply the night texture after the ground atmosphere, because otherwise the night lights can never be shown with ground atmosphere turned on. Ed Mackey 2012-05-14 11:53:32 -0400
  • 141c7c56c7 Sandcastle - Remove reference to Cesium from outer frame. Ed Mackey 2012-05-14 11:47:23 -0400
  • 486c466a49 Added createInertia function to CameraHelpers. kristiancalhoun 2012-05-14 11:31:20 -0400
  • 7bf90fe494 Improved test coverage for CompositePrimitive, OrthographicFrustum, and PerspectiveFrustum. kristiancalhoun 2012-05-14 11:23:55 -0400
  • fc6ed7d941 Support for non-dynamic vertex positions. Matthew Amato 2012-05-14 11:06:50 -0400
  • 79ecbb7752 Merge branch 'master' into sandcastle Ed Mackey 2012-05-14 10:33:38 -0400
  • 33e8282fde Merge branch 'master' into viewer Matthew Amato 2012-05-11 20:33:39 -0400
  • 23d0856c98 Ongoing czml work Matthew Amato 2012-05-11 20:29:07 -0400
  • c825d5be3b Add occlusion culling to test tiles out of the image/reproject/texture queues. Dan Bagnell 2012-05-11 17:24:10 -0400
  • 9e18be8c8f Sandcastle - Laying the groundwork for doc integration. Work in progress. Ed Mackey 2012-05-11 17:11:49 -0400
  • f87632294a Minor jsdoc change. kristiancalhoun 2012-05-11 16:54:42 -0400
  • 47caf9b793 Fix bug introduced in last commit. Dan Bagnell 2012-05-11 16:53:17 -0400
  • 5d431ce684 Fix bug when CentralBody.dayProvider is undefined. Dan Bagnell 2012-05-11 16:48:56 -0400
  • 47b89f4f66 Change Change centralBody update to stop at the first tile without a loaded texture, schedule the tile image to be loaded and add the parent tile to the queue for rendering. Significantly speeds up loading tiles for horizon views. Top-down views seem just as fast as before. Dan Bagnell 2012-05-11 16:38:20 -0400
  • cef44b58df Merge remote-tracking branch 'origin/master' into sandcastle Ed Mackey 2012-05-11 16:34:07 -0400
  • 493a1f7d5d Include latest jsdoc modification. JsDoc now outputs a JSON file containing all types listed in the documentation. kristiancalhoun 2012-05-11 15:47:50 -0400
  • 61e6e2d88c Improved test coverage. TextureAtlasSpec UniformDatatype kristiancalhoun 2012-05-11 15:29:12 -0400
  • c351ac73d6 Merge branch 'master' into tile_priority Dan Bagnell 2012-05-11 15:09:33 -0400
  • af78fe2358 Add SolidColorTileProvider. Useful for debugging the CentralBody. Dan Bagnell 2012-05-11 15:07:01 -0400
  • a49c6a96e2 Added logo to README Patrick Cozzi 2012-05-11 14:22:52 -0400
  • 000b9aca72 Merge branch 'viewer' into sandcastle Ed Mackey 2012-05-11 14:09:54 -0400
  • e2b85496be Merge branch 'master' into viewer Matthew Amato 2012-05-11 12:14:34 -0400
  • 6f326ef8dc Merge branch 'master' of github.com:AnalyticalGraphicsInc/cesium Matthew Amato 2012-05-11 12:11:34 -0400
  • 642e257f67 Fix issue #15 by aligning billboards pixels to the y-axis. Matthew Amato 2012-05-11 12:10:31 -0400
  • f3e085da62 Add a makeZipFile build target. Scott Hunter 2012-05-11 11:27:10 -0400
  • cc2efd2c5f Improved test coverage. kristiancalhoun 2012-05-11 10:15:30 -0400
  • 0aa748a036 Merge branch 'master' into tile_priority Dan Bagnell 2012-05-10 19:50:47 -0400
  • 93a9633dd8 Sandcastle - Added a primitive console.log display thing to reveal log messages to mobile devices and novice users. Ed Mackey 2012-05-10 18:07:25 -0400
  • 02e8a3c26f Merge pull request #19 from AnalyticalGraphicsInc/refactor_jsonp Patrick Cozzi 2012-05-10 15:03:00 -0700
  • f1add4b017 Merge e819912685 into 58a86ee02a GitHub Merge Button 2012-05-10 15:02:40 -0700
  • e819912685 Update changes and license after jsonp change. Scott Hunter 2012-05-10 17:32:14 -0400
  • fdfc5bb2a3 Replace JSONP implementation. Scott Hunter 2012-05-10 17:15:58 -0400
  • 2e8763d00b Sandcastle - Hookup 'Run' button to actually load code into the results panel. Ed Mackey 2012-05-10 16:09:46 -0400
  • bb6d39857b Merge branch 'master' into tile_priority Dan Bagnell 2012-05-10 16:01:35 -0400
  • 58a86ee02a Add doc to CentralBody properties. Dan Bagnell 2012-05-10 15:23:07 -0400
  • c0945ff730 Updated CHANGES for new OpenStreetMap features Patrick Cozzi 2012-05-10 13:45:24 -0400
  • e9c41dcd38 Fix CesiumViewer after latest merge from master. Matthew Amato 2012-05-10 13:40:42 -0400
  • 3935919120 Merge branch 'master' into viewer Scott Hunter 2012-05-10 13:25:39 -0400
  • 7829825fa5 Restore Billboard.NUMBER_OF_PROPERTIES Scott Hunter 2012-05-10 13:22:47 -0400
  • 4e096d5b53 Restore Billboard.NUMBER_OF_PROPERTIES Scott Hunter 2012-05-10 13:22:47 -0400
  • 1598a40623 Fix warnings. Scott Hunter 2012-05-10 11:31:05 -0400
  • d2aec906f6 Merge branch 'master' into viewer Scott Hunter 2012-05-10 11:22:09 -0400
  • 1bd70aa6f9 Merge pull request #18 from AnalyticalGraphicsInc/stamen Scott Hunter 2012-05-10 08:18:56 -0700
  • 1653b739b4 Merge b0215ae1e2 into 3d2c456cd1 GitHub Merge Button 2012-05-10 08:18:19 -0700
  • 3d2c456cd1 Specify all JSHint options, then fix warnings. Scott Hunter 2012-05-10 11:14:32 -0400
  • f1ea7dafb0 Merge branch 'master' into viewer Matthew Amato 2012-05-10 11:12:41 -0400
  • d333d5227d Merge branch 'viewer' of github.com:AnalyticalGraphicsInc/cesium into viewer Matthew Amato 2012-05-10 11:05:42 -0400
  • 593e0ecbed Initial submit of Point visualizer. Matthew Amato 2012-05-10 10:58:29 -0400
  • 1ba61e8980 Improved test coverage. kristiancalhoun 2012-05-10 10:15:10 -0400
  • 5c5f2396f9 Merge pull request #17 from AnalyticalGraphicsInc/cb_culling Patrick Cozzi 2012-05-10 07:02:48 -0700
  • b0215ae1e2 Added file extension to OpenStreetMap Patrick Cozzi 2012-05-10 09:42:00 -0400
  • a57412cb47 Tile priority for horizon views performs a little better. Dan Bagnell 2012-05-09 19:54:50 -0400
  • 9fe5d5d483 Merge 0242248adb into 363473fdc0 GitHub Merge Button 2012-05-09 15:50:06 -0700
  • 0242248adb Fix CentralBody culling during transitions. Dan Bagnell 2012-05-09 18:10:07 -0400
  • 956e9511a0 Fix some formatting issues, and other cleanup. Scott Hunter 2012-05-09 17:48:32 -0400
  • 6504df87ee Sandcastle - Moved Cesium window to an iframe, to better prepare it to be a stand-alone demo. Also updated the 3D skeleton to be a full-window demo. Ed Mackey 2012-05-09 17:38:03 -0400
  • a72e38909c Rename some objects and files to be more appropriate. Matthew Amato 2012-05-09 17:16:30 -0400
  • 8dd1a73db9 Cleanup to DataHandlers Matthew Amato 2012-05-09 16:47:12 -0400
  • f09c297ee8 Sandcastle - Add window pane resize stub. Ed Mackey 2012-05-09 15:58:13 -0400
  • 363473fdc0 Update README to say what this is. Ed Mackey 2012-05-09 15:38:04 -0400
  • 4a85eb74dc Sandcastle - Hack in Skeleton, work in progress Ed Mackey 2012-05-09 15:33:42 -0400
  • 0b43bddcf9 Sandcastle - Add CodeMirror JavaScript demo Ed Mackey 2012-05-09 14:06:43 -0400
  • fc1e6f7e09 Add CodeMirror 2.24 Ed Mackey 2012-05-09 13:40:41 -0400
  • ac65b61751 Remove ProxyUsagePolicy enumeration. Scott Hunter 2012-05-09 13:37:21 -0400
  • 9d03115a44 Merge branch 'viewer' into sandcastle Ed Mackey 2012-05-09 13:25:05 -0400
  • 2258b9c06b Optimization pass on Billboard and Label visualizers Matthew Amato 2012-05-09 11:19:47 -0400
  • 8706adceff Merge branch 'master' into viewer Matthew Amato 2012-05-09 09:41:24 -0400
  • 879d28b0a6 Label fill and outline color properties should compare rgba properties rather than reference equality. Matthew Amato 2012-05-09 09:37:15 -0400
  • 21fd12b875 Fix proxy URL for cesium.agi.com. Scott Hunter 2012-05-08 17:49:38 -0400
  • ebe863b9cc Merge branch 'master' into cesium.agi.com Scott Hunter 2012-05-08 17:47:57 -0400
  • 0c47515dd1 Use relative path for dependencies. Scott Hunter 2012-05-08 14:31:08 -0400
  • df9c901e61 Sandcastle - Tweak loading screen. Ed Mackey 2012-05-08 16:09:00 -0400