-
Notifications
You must be signed in to change notification settings - Fork 43
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
Implement more joins and caps #1
Comments
Round cap can possibly be implemented without any additional vertices using this suggestion by TimD on the GP discord:
See also Gumhold, S. Splatting illuminated ellipsoidswith depth correction (full text not available) or https://www.researchgate.net/publication/220200701_High-Quality_Cartographic_Roads_on_High-Resolution_DEMs |
Miter joins were disabled when polyline was updated to 0.6. This will be done as needed. |
Has there been any work on this? Does polyline currently support any caps? Because any 90 degree angles currently look pretty ugly :( |
Round join and cap (possible to render in a single draw call per line, instead of two), bevel joins, etc. See https://wwwtyro.net/2019/11/18/instanced-lines.html
The text was updated successfully, but these errors were encountered: