-
Notifications
You must be signed in to change notification settings - Fork 240
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
Allow fractional dashed line patterns #951
Labels
Comments
This is being used in walkabout-style now: https://github.com/tangrams/walkabout-style/blob/gh-pages/walkabout-style.yaml#L875-L890 so these styles are currently not rendering in tangram-es :\ |
tallytalwar
added a commit
that referenced
this issue
Jan 25, 2017
- Parse float values - Scale dash values with a fixed scale factor "20" (In accordance with JS) before filling the dash texture - Make sure to adjust texture coordinate to account for the texture data - fixes #951
karimnaaji
pushed a commit
that referenced
this issue
Jan 27, 2017
- Parse float values - Scale dash values with a fixed scale factor "20" (In accordance with JS) before filling the dash texture - Make sure to adjust texture coordinate to account for the texture data - fixes #951
karimnaaji
pushed a commit
that referenced
this issue
Jan 27, 2017
* Allow float values for dash parameter - Parse float values - Scale dash values with a fixed scale factor "20" (In accordance with JS) before filling the dash texture - Make sure to adjust texture coordinate to account for the texture data - fixes #951 * Add missing CR to shader defines * Set define value to float
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow up for tangrams/tangram#404.
The text was updated successfully, but these errors were encountered: