-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call QuadtreePrimitive.tileLoadProgressEvent after rendering frame state #5134
Closed
Closed
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
6aaa3e9
add properties to CZML, with spec
RacingTadpole d213958
remove extra space
RacingTadpole 9506396
Merge branch 'upstream-master' into upstream_czml_props
RacingTadpole 0f77f6f
update CHANGES
RacingTadpole 4b98768
Merge pull request #20 from AnalyticalGraphicsInc/master
RacingTadpole b708e51
merge master
2f87620
put back deleted line from CHANGES
4d047c5
add missing line from merge
cb739c4
Merge remote-tracking branch 'upstream/master' into upstream_czml_props
kring 96a288d
Make property notification and CompositeEntityCollection work.
kring 45f220c
Fix doc.
kring ab28fae
Fix test failures.
kring d4fdf0b
Fix Sandcastle example.
kring 38f875f
Use PropertyBag.
kring b46308f
Fix order of requires.
kring dd1835d
Mention breaking change in CHANGES.md.
kring 997fdc2
null is a valid value, and different from undefined.
kring ae90919
Allow null as a valid property value.
kring cfd2f3b
Merge remote-tracking branch 'origin/master' into TerriaJS-upstream_c…
shunter c87f948
Support typed custom properties, allowing for sampled custom properties.
shunter 617c904
Fix handling of custom shadow mode. Add faster detection of non-objec…
shunter e4b2bee
Add custom properties to validation document.
shunter 754dedb
Merge remote-tracking branch 'origin/master' into custom_czml_properties
shunter 08b35f5
Merge remote-tracking branch 'origin/master' into custom_czml_properties
shunter 2b83b8d
Decrease frustum overlap for opaque pass.
bagnell d5564d0
Fix broken deploy when branch name uses non-NPM-safe characters.
shunter 9ae04a3
Merge remote-tracking branch 'origin/master' into custom_czml_properties
shunter 4548904
update CHANGES
shunter 187369d
Add projection picker Sandcastle example.
bagnell 4af5df0
Move frustum switching from ProjectionPicker to Camera.
bagnell fd91447
Clean up, add doc and tests.
bagnell f2066e1
Update CHANGES.md.
bagnell 9b62282
Closes #3450
bampakoa 3c262e2
xit - ing failing GlobeSurfaceTile specs as a temporary measure
rahwang 3307a91
Merge pull request #5135 from rahwang/xit-globesurfacetile-tests
4745d24
Fix clustering in 2D.
bagnell 1357011
Update CHANGES.md.
bagnell 5e2a2e4
Add missing semicolon
bampakoa 9a3b9a8
Updates from review.
bagnell 325b8de
Merge pull request #5132 from AnalyticalGraphicsInc/more-ortho
lilleyse 7169c03
Merge branch 'master' into cluster-2d
bagnell cab0364
Merge remote-tracking branch 'origin/master' into custom_czml_properties
shunter b53c691
Merge pull request #5116 from AnalyticalGraphicsInc/decrease-overlap
emackey cb26853
Added tests
bampakoa d170649
Update CHANGES.md.
bagnell 7385cd5
Add valueOf and toString methods to ConstantProperty.
shunter 44b5ba5
Create a Sandcastle example using CZML custom properties.
shunter 0d12ebe
Merge remote-tracking branch 'origin/master' into custom_czml_properties
shunter 42717ef
Fix resizing the canvas when height > width with an orthographic proj…
bagnell dccfa2b
Merge pull request #5143 from AnalyticalGraphicsInc/ortho-resize
lilleyse 201e3f7
Merge pull request #5136 from AnalyticalGraphicsInc/cluster-2d
pjcozzi 9422d07
Fix tile bounding box's north and south plane
duvifn 3ba0c88
Add specs that fail in master
duvifn a4f65e4
tweaks
duvifn 9dc151f
Merge branch 'master' into fix_tileBoundingBox2
duvifn 0c8f801
remove comments
duvifn 4f60b9c
Add comments
duvifn ef758d3
add to CHANGES.md
duvifn 20a54f3
Made the czm_imagerySplitPosition uniform be in pixel coordinates ins…
jasonbeverage 19d693e
Updated CHANGES.md to reference PR #5151
jasonbeverage c884335
Merge pull request #5151 from jasonbeverage/splitidlrelative
pjcozzi 1c15bbe
Merge pull request #5105 from AnalyticalGraphicsInc/custom_czml_prope…
mramato ce6ab61
Fix whitespace.
kring 71c624e
Merge pull request #5150 from duvifn/fix_tileBoundingBox2
kring 1aee260
Closes #3450
bampakoa 3788b71
Add missing semicolon
bampakoa e47900e
Added tests
bampakoa 8a162af
Merge remote-tracking branch 'origin/quadtree-primitive' into quadtre…
bampakoa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have a
jsHint
error because you're missing a;
here.You can run jsHint locally with
npm run jsHint