Commit Graph

39499 Commits

Author SHA1 Message Date
Scott Hunter 8b23171c62 Destroy camera controllers after tests to keep them from stealing mouse wheel 2012-04-26 14:30:50 -04:00
Scott Hunter 3278aa1a3e Fix incorrect casing of image. 2012-04-26 14:29:27 -04:00
Ed Mackey 520e5edc3e Started work on a new readme file with links to individual demos. 2012-04-26 14:22:58 -04:00
Matthew Amato f465104766 Move files to their new home after merge. 2012-04-26 11:57:27 -04:00
Matthew Amato 9410ee9267 Merge branch 'master' into viewer 2012-04-26 11:53:33 -04:00
Scott Hunter bfe4815dad After changing the default ant build target, the Eclipse config needs to specify the build target explicitly now. 2012-04-26 11:41:10 -04:00
Scott Hunter 27158d4b73 Change the default ant target to combine so that sandbox works by default. 2012-04-26 11:37:00 -04:00
Scott Hunter 2942cfaed3 Add an Ant task that runs a local Jetty-based HTTP server, to serve up tests, documentation, and examples. Also incorporates a proxy for use with tile providers that don't support CORS yet. 2012-04-26 11:30:08 -04:00
Scott Hunter c6323ecd4d Merge remote-tracking branch 'origin/master' into amd 2012-04-25 11:05:30 -04:00
Scott Hunter c2105b7e72 Reorganize project. Move Cesium up one level, so now the root of the git repository is the root of the source tree, and the root of the Eclipse project. 2012-04-25 10:55:13 -04:00
Matthew Amato 154a4386cc Fix TimeInterval code which was affected by merge from master. 2012-04-25 10:51:36 -04:00
Matthew Amato 264358d141 Merge branch 'master' into viewer 2012-04-25 10:23:24 -04:00
Matthew Amato 51d3986b6c Refactor JulianDate constructor into several static helper functions. Rename isBefore/isAfter to lessThan/greaterThan also add lessThanOrEquals/greaterThanOrEquals. Add additional tests to cover new code and better cover old code. Improve error handling all-around by adding additional checks where needed. 2012-04-25 10:17:59 -04:00
Scott Hunter 65ca85699c Reorganize build process, use source files in Skeleton examples. 2012-04-25 10:04:30 -04:00
Scott Hunter cfc1ef1ab6 Merge remote-tracking branch 'origin/master' into amd 2012-04-24 16:02:31 -04:00
Patrick Cozzi 25b66c9030 Removed no longer used build target 2012-04-24 15:16:07 -04:00
Scott Hunter 53d24aa252 Merge branch 'master' into amd 2012-04-24 15:11:59 -04:00
Scott Hunter 389fac8fb6 Port remaining specs to new AMD syntax. 2012-04-24 14:29:08 -04:00
Patrick Cozzi cba18dae1b Merge branch 'master' of github.com:AnalyticalGraphicsInc/agiCesium 2012-04-24 14:16:53 -04:00
Patrick Cozzi 40a1694cee Added default target to build 2012-04-24 14:16:33 -04:00
Dan Bagnell 8ceb059981 Merge branch 'master' of github.com:AnalyticalGraphicsInc/agiCesium 2012-04-24 13:31:15 -04:00
Dan Bagnell 9a0a93456c Simplify orientation interpolator test. 2012-04-24 13:29:03 -04:00
Scott Hunter 0cee98fea0 Merge branch 'master' into amd 2012-04-24 10:45:37 -04:00
Matthew Amato 25ea7ffe00 Merge branch 'master' into viewer 2012-04-24 10:39:12 -04:00
Scott Hunter 944fa8371f Merge branch 'master' into amd 2012-04-24 10:38:05 -04:00
Matthew Amato b3efd19960 Merge branch 'master' of github.com:AnalyticalGraphicsInc/agiCesium 2012-04-24 10:36:09 -04:00
Matthew Amato 8cad0419b2 Back out incorrect change in JulianDate.compare 2012-04-24 10:33:04 -04:00
Patrick Cozzi 78b20c5d53 Merge branch 'master' of github.com:AnalyticalGraphicsInc/agiCesium 2012-04-24 10:21:01 -04:00
Patrick Cozzi 212de4797e Cleaned up enum validation 2012-04-24 10:20:35 -04:00
kristiancalhoun f86b6e1c8b Merge branch 'master' of github.com:AnalyticalGraphicsInc/agiCesium 2012-04-24 09:35:40 -04:00
kristiancalhoun 4cc5512e6a Switched to non-prototypal Cartesian clones for arrays of positions. 2012-04-24 09:27:58 -04:00
Patrick Cozzi 3ab5da1cb0 Cleaned up PrimitiveType enum validation 2012-04-24 08:55:49 -04:00
Matthew Amato f400f2b986 Initial port of TimeIntervalCollection. Not very well tested, but the basics appear to work fine. 2012-04-23 19:54:41 -04:00
Scott Hunter 6723a8f525 Port more specs to new AMD syntax. 2012-04-23 18:02:59 -04:00
Dan Bagnell eb7643e101 Merge branch 'interp' 2012-04-23 17:42:56 -04:00
Dan Bagnell 787b172478 Add doc for orientation interpolator. 2012-04-23 17:41:15 -04:00
Matthew Amato c3e912308f Initial submit of TimeInterval class. 2012-04-23 17:36:55 -04:00
Dan Bagnell 96abf72c18 Add tests for orientation interpolation. 2012-04-23 17:31:37 -04:00
Matthew Amato 8b5911bcbc Minor fixes to JulianDate. 2012-04-23 17:16:48 -04:00
Dan Bagnell 3eca900cf8 Add orientation interpolation. 2012-04-23 17:03:33 -04:00
kristiancalhoun 7b9bf3c895 Cleaned up some comments in BoundingSphere.js. 2012-04-23 16:54:27 -04:00
Patrick Cozzi 637e623066 REplaced FrontFace enum with WindingOrder 2012-04-23 15:36:56 -04:00
Patrick Cozzi a13a402403 Cleaned up enum comments 2012-04-23 15:20:43 -04:00
Patrick Cozzi 864d72dbd9 Cleaned up enums; .value is no longer required 2012-04-23 14:53:41 -04:00
Dan Bagnell e7badb1035 Fix bug in spindle controller when rotating the camera close to the surface. 2012-04-23 14:06:25 -04:00
Dan Bagnell b16145e261 Fix bug where tile's geometry is deleted just before submitting a draw call. 2012-04-23 14:04:24 -04:00
Dan Bagnell a1cc559218 Fix situation where the camera can get stuck near the surface when zooming. 2012-04-23 13:39:19 -04:00
Patrick Cozzi 6a35b04d5f Disabled tests that fail on Firefox 2012-04-23 10:39:15 -04:00
Scott Hunter a09de47242 Merge branch 'master' into amd 2012-04-23 10:15:06 -04:00
Patrick Cozzi 67c403cf81 Disabled some tests that fail on Firefox 2012-04-23 10:12:26 -04:00