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

Draw 3d normals using view.draw? #31

Open
thomthom opened this issue May 1, 2020 · 2 comments
Open

Draw 3d normals using view.draw? #31

thomthom opened this issue May 1, 2020 · 2 comments

Comments

@thomthom
Copy link

thomthom commented May 1, 2020

I find it a challenge to properly see the direction of normals when they use draw2d and appear on top of geometry.

I have in some extensions drawn 3D first in solid strokes, then used draw2d on top with a stippled stroke so that you get a "ghosted" appearance when the 3D stroke is obscured. I guess a transparent fill in 2d would also work...

@Aerilius
Copy link
Owner

Aerilius commented May 7, 2020

Good idea!
Stippled or transparent would be with the same color as the solid arrow. So for (re)drawing the occluded part of the arrow I don't need to clip it, but can redraw the complete arrow. That's actually very simple.

@thomthom
Copy link
Author

thomthom commented May 8, 2020

I've been doing that in Vertex Tools for it's previews:

image

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