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 |
Patrick Cozzi
|
c19da246f3
|
Re-enabled test that now passes on Firefox
|
2012-04-23 10:01:47 -04:00 |
Patrick Cozzi
|
227b225e54
|
Fixed failing test. Replaced new Array with []
|
2012-04-23 09:50:10 -04:00 |
Patrick Cozzi
|
b6e0066e03
|
Fixed sensors on AMD GPUs
|
2012-04-23 08:56:21 -04:00 |
Scott Hunter
|
2fa3ca71c2
|
Merge branch 'master' into amd
|
2012-04-20 20:19:53 -04:00 |
Scott Hunter
|
a13a511b73
|
Start migrating all files to AMD-style require syntax, starting with Specs. Not complete, not ready for use.
|
2012-04-20 20:15:47 -04:00 |
Dan Bagnell
|
cb305134df
|
Fix bug where the CentralBody could not load a single texture instead of a tile tree.
|
2012-04-20 16:50:43 -04:00 |
kristiancalhoun
|
ce9d758a50
|
Small changes to computeEllipseBoundary.
|
2012-04-19 17:27:20 -04:00 |
kristiancalhoun
|
03c651f0b1
|
Updated CHANGES file to reflect most recent additions.
|
2012-04-19 16:25:21 -04:00 |
kristiancalhoun
|
2fd7f5eef7
|
Merge remote-tracking branch 'origin/master'
|
2012-04-19 16:06:56 -04:00 |
kristiancalhoun
|
45fee8f0b1
|
Draw circles and ellipses using arc-distance.
|
2012-04-19 16:06:24 -04:00 |