Brian Schwind
Brian Schwind
Agreed - and `Hash` too if it's possible.
@TomiS what sort of code are you writing where you would want this? We could probably just expose the field via a getter, though the point of the higher level...
@zignig please do!
@zignig looking great! Did you export to blender and raytrace it?
@zignig very nice!! You're making me want auto-exports to blender even more now. Combined with [rendering from the CLI](https://docs.blender.org/manual/en/latest/advanced/command_line/render.html), we could have CI generate nice looking renders for pull requests....
### Rendering Features * (Subjective) Default rendering should look _nice_ and have somewhat of a signature look to differentiate the tool. * Wireframe * Hidden line removal * "X-Ray" view...
I found an interesting approach to drawing an infinite grid, with anti-aliasing and fade-out (sometimes called fog): https://asliceofrendering.com/scene%20helper/2020/01/05/InfiniteGrid/ We don't need anti-aliasing as we're using `smaa-rs`, but it might be...
Probably not an issue with your code, but there are rendering artifacts when in perspective mode. This also happens when scaling the model. Ideally, we wouldn't scale the lines and...
I'll go ahead and close this for now, as I think there are some nice looking solutions to drawing an infinite grid linked in comments in the main issue for...
> Either we try to extract this from STEP or probably better: a flag or [board variable](https://docs.kicad.org/master/id/eeschema/eeschema_advanced.html) Oh nice, I didn't know about board variables! That seems like it may...