Skip to content

Commit

Permalink
Merge pull request CesiumGS#20 from oterral/c2c_patches_vector_tiles_…
Browse files Browse the repository at this point in the history
…label

Last vector-tile-labels changes
  • Loading branch information
gberaudo authored Nov 1, 2016
2 parents fe569f7 + fbb5167 commit fe202af
Show file tree
Hide file tree
Showing 73 changed files with 1,604 additions and 526 deletions.
4 changes: 4 additions & 0 deletions Apps/Sandcastle/gallery/3D Tiles Point Cloud Styling.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
show : "${id} % 2 == 0"
});

addStyle('Abs', {
color : "color() * abs(${temperature} - 0.5)"
});

addStyle('Secondary Color', {
color : {
expression : "[${secondaryColor}[0], ${secondaryColor}[1], ${secondaryColor}[2], 1.0]",
Expand Down
Loading

0 comments on commit fe202af

Please sign in to comment.