Skip to content
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

strokeWeight? #46

Closed
sorenpeter opened this issue Dec 10, 2019 · 3 comments
Closed

strokeWeight? #46

sorenpeter opened this issue Dec 10, 2019 · 3 comments

Comments

@sorenpeter
Copy link
Contributor

Is it possible to change the weight stroke to something wider than 1px?

@rumblesan
Copy link
Owner

This has been on my wishlist for a while, and I started looking at it but realised that my shader skills needed a fair bit of improvement if I was going to do it that way.

Unfortunately recent versions of OpenGL seem to have deprecated the simple line weight stuff, so the solutions are either to use shaders (possibly easy for someone who knows what they're doing) or to actually model geometry wireframes and scale them appropriately (possibly a lot of faffy work I suspect)

@rumblesan
Copy link
Owner

This is now available using the new materials functionality, though it's going to change the way wireframes work, so need to document and test things out a bit

@rumblesan
Copy link
Owner

Considering this to be sorted now so closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants