Matthew Amato
d3d568e9d4
Fix several issues relating to JulianDate.
...
1. Fix JulianDate.getDate() so that it works during a leap second and add test case.
2. Document leap second bug in createFromIso8601 and add a new test case that shows the problem.
3. Add missing documentation for JulianDate methods.
4. Make TimeStandard.convertTaiToUtc return undefined if the input date is on a leap second; also add test case.
2012-04-27 14:41:34 -04:00
Ed Mackey
87dc5d320c
Update readme to not replicate speed from CZML files.
2012-04-27 14:34:18 -04:00
Dan Bagnell
e5c9ab55f6
Change functions that return the coefficient matrices for splines to constants.
2012-04-27 14:20:31 -04:00
Patrick Cozzi
d50f8b4d5f
Removed screenshot
2012-04-27 14:00:49 -04:00
Patrick Cozzi
c9f43d0e1b
Added screenshot
2012-04-27 13:58:17 -04:00
Scott Hunter
bb3cee3746
the build launch target in Eclipse needs to specify a target, not just rely on the default which changed.
2012-04-27 11:29:05 -04:00
Kevin Ring
8ca5742020
Change agi_raySegmentCollectionNew functions to create an instance of the
...
struct and set the fields rather than attempting to pass an array to the
constructor.
2012-04-26 22:27:02 -04:00
Matthew Amato
5ce170bc13
Hermite, Lagrange and linear intepolation and associated tests.
2012-04-26 20:48:51 -04:00
Patrick Cozzi
057ea5ad95
Merge remote-tracking branch 'agiCesium/viewer' into viewer
2012-04-26 17:14:05 -04:00
Patrick Cozzi
6cc98cf846
Initial Cesium code
2012-04-26 17:11:42 -04:00
Patrick Cozzi
a55e434797
Removed all build instructions
2012-04-26 16:24:14 -04:00
Scott Hunter
ed34c3820b
Update to RequireJS 1.0.8, which includes UglifyJS 1.2.6 by default, meaning we don't need our own copy, and we don't the special Cesium.build.js to replace the version used, so we can just run r.js directly from Ant.
2012-04-26 16:04:05 -04:00
Patrick Cozzi
94e77e5c39
Fixed README links
2012-04-26 15:40:12 -04:00
Patrick Cozzi
288844b5bf
Added license info and wiki links to README
2012-04-26 15:36:48 -04:00
Ed Mackey
2127edba0a
Merge branch 'readme-update'
2012-04-26 14:57:36 -04:00
Ed Mackey
b27d4f5fe2
Add the remainder of the demos to the readme.
2012-04-26 14:53:55 -04:00
Matthew Amato
ff07cd156b
Fix tests after merging master.
2012-04-26 14:41:39 -04:00
Ed Mackey
7982599d52
Update readme
2012-04-26 14:31:08 -04:00
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