Matthew Amato
8bb02e6b00
Initial implementation of ReferenceProperty.
2012-05-15 17:41:30 -04:00
Ed Mackey
b7f39e9c70
Merge remote-tracking branch 'origin/viewer' into sandcastle
2012-05-15 17:29:41 -04:00
Ed Mackey
cd6c3c0052
Sandcastle - Apparently iframes can't get keyboard input focus. Removed example keyboard event handler from demo. May have to rethink the iframe thing.
2012-05-15 17:28:32 -04:00
Patrick Cozzi
5bf0f90a0c
Renamed CHANGES to CHANGES.md
2012-05-15 17:00:11 -04:00
Matthew Amato
a2434ec57c
Initial cut of DynamicPyramid and associated objects.
...
Minor fixes to QuaternionDataHandler and DyanmicMaterialProperty.
Add UnitSphericalDataHandler.
2012-05-15 15:17:38 -04:00
Matthew Amato
9b3caccc1b
Implement a DynamicDirectionsProperty which is similar to DynamicVertexPositionsProperty but for directions. This will be used for pyramid projections.
2012-05-15 15:16:38 -04:00
Matthew Amato
c5913ac080
Implement a spherical coordinates type.
2012-05-15 15:15:02 -04:00
Matthew Amato
246a2e3fd6
Merge branch 'master' into viewer
2012-05-14 17:18:40 -04:00
Matthew Amato
4af5344787
Ongoing CZML work
...
1. Initial Material support, only ColorMaterial is currently handled.
2. Implement DynamicPolygon and DynamicPolgonVisualizer.
3. Fix typo in DynamicPolyline and remove unused object from DynamicPolylineVisualizer.
2012-05-14 17:15:14 -04:00
kristiancalhoun
6bafe3e66b
Fixed exception tests.
2012-05-14 15:52:28 -04:00
kristiancalhoun
5e49d54bc5
Replaced all applicable instances of toBeTruhty() with toEqual(true) and
...
toBeFalsy() with toEqual(false).
2012-05-14 15:45:45 -04:00
kristiancalhoun
87e6ca2f4f
Removed unused TextureAtlas function getContext.
2012-05-14 15:05:05 -04:00
kristiancalhoun
5313547fc0
Streamlined UniformDatatype tests.
2012-05-14 15:04:27 -04:00
kristiancalhoun
bffa16e6ba
Added extra SunPosition tests.
...
Fixed a faulty test in CompositePrimitiveSpec.
2012-05-14 14:44:48 -04:00
Dan Bagnell
13b582c108
Merge branch 'master' into tile_priority
2012-05-14 14:17:21 -04:00
Dan Bagnell
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.
2012-05-14 14:16:01 -04:00
Matthew Amato
07d24c5824
First cut at "objects" capability for vertex positions.
2012-05-14 14:04:49 -04:00
Matthew Amato
38748f36db
Restructure code so that Dynamic objects have static create/update functions rather than a bunch of seperate external methods.
2012-05-14 13:10:57 -04:00
Ed Mackey
6b20006aa0
Merge branch 'master' into sandcastle
2012-05-14 12:17:45 -04:00
Matthew Amato
d115c5abe2
Replace non-existent secondsDifference with getSecondsDifference.
2012-05-14 12:16:36 -04:00
Ed Mackey
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.
2012-05-14 11:53:32 -04:00
Ed Mackey
141c7c56c7
Sandcastle - Remove reference to Cesium from outer frame.
2012-05-14 11:47:23 -04:00
kristiancalhoun
7bf90fe494
Improved test coverage for CompositePrimitive,
...
OrthographicFrustum, and PerspectiveFrustum.
2012-05-14 11:23:55 -04:00
Matthew Amato
fc6ed7d941
Support for non-dynamic vertex positions.
2012-05-14 11:06:50 -04:00
Ed Mackey
79ecbb7752
Merge branch 'master' into sandcastle
2012-05-14 10:33:38 -04:00
Matthew Amato
33e8282fde
Merge branch 'master' into viewer
2012-05-11 20:33:39 -04:00
Matthew Amato
23d0856c98
Ongoing czml work
...
1. Introduce a DynamicPositionProperty that can handle different representations of position data and make objects use it.
2. Start a DynamicVertexPositionsProperty, but it's just a shell.
3. Implement DynamicPolylineVisualizer and associated objects.
4. A few other misc fixes.
2012-05-11 20:29:07 -04:00
Dan Bagnell
c825d5be3b
Add occlusion culling to test tiles out of the image/reproject/texture queues.
2012-05-11 17:24:10 -04:00
Ed Mackey
9e18be8c8f
Sandcastle - Laying the groundwork for doc integration. Work in progress.
2012-05-11 17:11:49 -04:00
kristiancalhoun
f87632294a
Minor jsdoc change.
2012-05-11 16:54:42 -04:00
Dan Bagnell
47caf9b793
Fix bug introduced in last commit.
2012-05-11 16:53:17 -04:00
Dan Bagnell
5d431ce684
Fix bug when CentralBody.dayProvider is undefined.
2012-05-11 16:48:56 -04:00
Dan Bagnell
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.
2012-05-11 16:38:20 -04:00
Ed Mackey
cef44b58df
Merge remote-tracking branch 'origin/master' into sandcastle
2012-05-11 16:34:07 -04:00
kristiancalhoun
493a1f7d5d
Include latest jsdoc modification.
...
JsDoc now outputs a JSON file containing all types listed in the
documentation.
2012-05-11 15:47:50 -04:00
kristiancalhoun
61e6e2d88c
Improved test coverage.
...
TextureAtlasSpec
UniformDatatype
2012-05-11 15:29:12 -04:00
Dan Bagnell
c351ac73d6
Merge branch 'master' into tile_priority
2012-05-11 15:09:33 -04:00
Dan Bagnell
af78fe2358
Add SolidColorTileProvider. Useful for debugging the CentralBody.
2012-05-11 15:07:01 -04:00
Patrick Cozzi
a49c6a96e2
Added logo to README
2012-05-11 14:22:52 -04:00
Ed Mackey
000b9aca72
Merge branch 'viewer' into sandcastle
2012-05-11 14:09:54 -04:00
Matthew Amato
e2b85496be
Merge branch 'master' into viewer
2012-05-11 12:14:34 -04:00
Matthew Amato
6f326ef8dc
Merge branch 'master' of github.com:AnalyticalGraphicsInc/cesium
2012-05-11 12:11:34 -04:00
Matthew Amato
642e257f67
Fix issue #15 by aligning billboards pixels to the y-axis.
...
This provides better visual quality for text without noticeable degradation to markers.
2012-05-11 12:10:31 -04:00
Scott Hunter
f3e085da62
Add a makeZipFile build target.
...
Refactor build script to get the "build" target even faster by running steps in parallel,
and only re-write generated files if the content is different.
Separate out the generated file that builds the complete Cesium object from the main.js used
with Almond to simply require the complete object and assign it globally.
2012-05-11 11:30:05 -04:00
kristiancalhoun
cc2efd2c5f
Improved test coverage.
2012-05-11 10:15:30 -04:00
Dan Bagnell
0aa748a036
Merge branch 'master' into tile_priority
2012-05-10 19:50:47 -04:00
Ed Mackey
93a9633dd8
Sandcastle - Added a primitive console.log display thing to reveal log messages to mobile devices and novice users.
2012-05-10 18:07:25 -04:00
Patrick Cozzi
02e8a3c26f
Merge pull request #19 from AnalyticalGraphicsInc/refactor_jsonp
...
Replace JSONP implementation.
2012-05-10 15:03:00 -07:00
Scott Hunter
e819912685
Update changes and license after jsonp change.
2012-05-10 17:32:14 -04:00
Scott Hunter
fdfc5bb2a3
Replace JSONP implementation.
...
New implementation in Core is aware of a possible proxy so it can get the
proxy URL right before making the request. Adding query parameters
after getting the proxy URL did not work because they wouldn't be properly
encoded.
Also other clean up of TileProviders.
2012-05-10 17:15:58 -04:00