Commit Graph

43693 Commits

Author SHA1 Message Date
Scott Hunter 7829825fa5 Restore Billboard.NUMBER_OF_PROPERTIES 2012-05-10 13:24:09 -04:00
Scott Hunter 4e096d5b53 Restore Billboard.NUMBER_OF_PROPERTIES 2012-05-10 13:22:47 -04:00
Scott Hunter 1598a40623 Fix warnings. 2012-05-10 11:31:05 -04:00
Scott Hunter d2aec906f6 Merge branch 'master' into viewer 2012-05-10 11:22:09 -04:00
Scott Hunter 1bd70aa6f9 Merge pull request #18 from AnalyticalGraphicsInc/stamen
Added file extension to OpenStreetMap
2012-05-10 08:18:56 -07:00
Scott Hunter 3d2c456cd1 Specify all JSHint options, then fix warnings.
There were still some options that defaulted to the unexpected choice,
so I finally gave in and specified values for all the options on the webpage.
Also turn on browser globals across the board.
2012-05-10 11:17:06 -04:00
Matthew Amato f1ea7dafb0 Merge branch 'master' into viewer 2012-05-10 11:12:41 -04:00
Matthew Amato d333d5227d Merge branch 'viewer' of github.com:AnalyticalGraphicsInc/cesium into viewer
Conflicts:
	Source/DynamicScene/ColorDataHandler.js
2012-05-10 11:05:42 -04:00
Matthew Amato 593e0ecbed Initial submit of Point visualizer. 2012-05-10 10:58:29 -04:00
kristiancalhoun 1ba61e8980 Improved test coverage. 2012-05-10 10:15:10 -04:00
Patrick Cozzi 5c5f2396f9 Merge pull request #17 from AnalyticalGraphicsInc/cb_culling
Fix CentralBody culling during transitions.
2012-05-10 07:02:48 -07:00
Patrick Cozzi b0215ae1e2 Added file extension to OpenStreetMap 2012-05-10 09:42:00 -04:00
Dan Bagnell a57412cb47 Tile priority for horizon views performs a little better. 2012-05-09 19:54:50 -04:00
Dan Bagnell 0242248adb Fix CentralBody culling during transitions. 2012-05-09 18:10:07 -04:00
Scott Hunter 956e9511a0 Fix some formatting issues, and other cleanup. 2012-05-09 17:51:42 -04:00
Ed Mackey 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. 2012-05-09 17:38:03 -04:00
Matthew Amato a72e38909c Rename some objects and files to be more appropriate. 2012-05-09 17:16:30 -04:00
Matthew Amato 8dd1a73db9 Cleanup to DataHandlers
1. Static values are now cached so they aren't recreated every time.
2. Color now handles both rgba and rgbaf
3. Get rid of the, now unused, cacheable property.
4. Rename some functions for better terminology, still not perfect.
2012-05-09 16:47:12 -04:00
Ed Mackey f09c297ee8 Sandcastle - Add window pane resize stub. 2012-05-09 15:58:13 -04:00
Ed Mackey 363473fdc0 Update README to say what this is. 2012-05-09 15:38:04 -04:00
Ed Mackey 4a85eb74dc Sandcastle - Hack in Skeleton, work in progress 2012-05-09 15:33:42 -04:00
Ed Mackey 0b43bddcf9 Sandcastle - Add CodeMirror JavaScript demo 2012-05-09 14:06:43 -04:00
Ed Mackey fc1e6f7e09 Add CodeMirror 2.24 2012-05-09 13:40:41 -04:00
Scott Hunter ac65b61751 Remove ProxyUsagePolicy enumeration.
If you want to selectively proxy URLs, use a custom proxy object.
2012-05-09 13:38:36 -04:00
Ed Mackey 9d03115a44 Merge branch 'viewer' into sandcastle 2012-05-09 13:25:05 -04:00
Matthew Amato 2258b9c06b Optimization pass on Billboard and Label visualizers
1. Don't try and be smart about caching, simply pass values onto primitives that perform their own checks.
2. Rather than always having one billboard/label per czml object, re-use billboard/labels for objects which currently have show evaluate to false.
3. Avoid property index to find a billboard/label associated with a czmlobject and instead use numerical indexing for fast array lookup.
2012-05-09 11:19:47 -04:00
Matthew Amato 8706adceff Merge branch 'master' into viewer 2012-05-09 09:41:24 -04:00
Matthew Amato 879d28b0a6 Label fill and outline color properties should compare rgba properties rather than reference equality. 2012-05-09 09:37:15 -04:00
Scott Hunter 0c47515dd1 Use relative path for dependencies.
Also fix typos.
2012-05-08 17:44:57 -04:00
Ed Mackey df9c901e61 Sandcastle - Tweak loading screen. 2012-05-08 16:09:00 -04:00
Matthew Amato bfefefa8e7 Have DynamicProperty expose a cacheable property indicating if getValue will always return the same result. 2012-05-08 15:59:53 -04:00
Matthew Amato 9b26d58007 Fix formatting for files that only live in the viewer branch. 2012-05-08 15:39:51 -04:00
Ed Mackey 2a865bf6a5 Sandcastle - Rearrange toolbar 2012-05-08 14:43:57 -04:00
Ed Mackey 117bad0743 Update loading screen 2012-05-08 12:15:22 -04:00
Matthew Amato 00e2e8408d Initial submit of label visualizer. 2012-05-08 09:56:22 -04:00
Patrick Cozzi 05eb87b263 Updated README.md to reflect new and upcoming wiki pages. 2012-05-08 09:31:25 -04:00
Ed Mackey 66366b092c Initial submit of skeleton UI for new Sandcastle (to replace Sandbox). 2012-05-07 18:05:47 -04:00
Ed Mackey fffad715bb Merge commit '1a8aa04b9da06565ae84abee6aa0395c9773d2b8' into re-sandbox 2012-05-07 16:44:56 -04:00
Matthew Amato 5b382648f4 Merge branch 'master' into viewer 2012-05-07 15:56:22 -04:00
Matthew Amato 8c552a605e Ongoing Cesium Viewer work.
1. Introduce a new Clock object for keeping track of time.
2. Initial submit of Cesium Viewer application and dojo Widget, not much there yet.
2012-05-07 15:50:52 -04:00
Scott Hunter bdbc061424 Upgrade NodeJS to 0.6.17. 2012-05-07 15:41:57 -04:00
Scott Hunter edfdbc036e Add license information for almond/RequireJS.
Also update TweenJS license with latest copyright statement.
2012-05-07 14:40:19 -04:00
Matthew Amato 488f956ee4 Merge branch 'master' into viewer 2012-05-06 18:46:32 -04:00
Matthew Amato a2804faeb8 Additional fix for previous botched merge. 2012-05-05 12:24:25 -04:00
Dan Bagnell 210631057d Fix error in central body vertex shader found by @pjcozzi. 2012-05-04 20:37:53 -04:00
Dan Bagnell f09e5946b9 Fix bad merge: master -> imagery. 2012-05-04 20:34:15 -04:00
Dan Bagnell 83fd34ef7a Merge pull request #13 from AnalyticalGraphicsInc/stamen
Added Sandbox example for Stamen maps.
2012-05-04 17:06:11 -07:00
Matthew Amato 6397f0c01e Merge branch 'master' into viewer 2012-05-04 19:45:30 -04:00
Matthew Amato 1a8aa04b9d Initial submit of dojo 1.7.2 2012-05-04 19:41:49 -04:00
Matthew Amato c3c4cf71d8 Fix interval creation after my last merge from master. 2012-05-04 19:36:40 -04:00