Brett Camper
Brett Camper
I would expect degrees, so if that's not current behavior, we should fix. On Mon, Jun 25, 2018 at 5:18 PM, Nathaniel V. KELSO < [email protected]> wrote: > Is this...
The behavior should be normalized (to degrees) nonetheless. But that's a good clue. On Mon, Jun 25, 2018 at 5:44 PM, burritojustice wrote: > It looks like if you assign...
Root issue is addressed in Tangram JS here: https://github.com/tangrams/tangram/pull/652 Note this does NOT change static string behavior like `angle: "90"`... my opinion is that is incorrect syntax (there are valid...
Got it. Yeah I also realized, the question with string representations of numbers is way more pervasive than this -- probably any (or many) parameters on the JS side that...
Love this. I have been wanting this in the TileJSON too, for instance to provide context in UI.
cc @patriciogonzalezvivo @louh image widget!!
I'm not sure it makes sense to track feature additions like this that will be applied automatically -- without any new styling rules -- in a style repo. For that...
@nvkelso @sensescape for background, this doesn't have any visual impact on rendering, but can speed things up by moving some calculations from the per-pixel fragment shader to the vertex shader...
@hjanetzek I did have a branch awhile ago that let you set a default `lighting` param in the `scene` block. I plan to revisit that later. Styles that need `fragment`...
@nvkelso once we have it re-integrated (@hjanetzek dropped it into Slack a few weeks ago), we can look at it for confirmation, but it is pixel-for-pixel identical, just moves the...