You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
We have line rendering code that can render lines with a given thickness and optionally with dashes, but it's imperfect and can definitely be done better more efficiently and have better quality visuals
We should rewrite this and use this everywhere and remove all dependencies on unity line rendering code.
This could then also be used for runtime editing
The text was updated successfully, but these errors were encountered:
@baboongd that would make a lot of sense! The current line rendering code was written before all of this was available in Unity, so it couldn't take advantage of it. But now it definitely makes sense to use Compute buffers to create the line geometry
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have line rendering code that can render lines with a given thickness and optionally with dashes, but it's imperfect and can definitely be done better more efficiently and have better quality visuals
We should rewrite this and use this everywhere and remove all dependencies on unity line rendering code.
This could then also be used for runtime editing
The text was updated successfully, but these errors were encountered: