rumblesan / improviz

DEPRECATED: A live-coded visual performance tool

Home Page:https://improviz.rumblesan.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strokeWeight?

sorenpeter opened this issue · comments

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

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)

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

Considering this to be sorted now so closing