Subject:
|
Re: My attempts to get a vector line drawing
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Tue, 24 May 2011 15:26:14 GMT
|
Viewed:
|
19962 times
|
| |
| |
In lugnet.cad, Travis Cobbs wrote:
|
The Show Edges Only feature in LDView is intended to be used with Wireframe
disabled. I believe it does exactly what you want in combination with Black
Edges:
Note that the image above was saved with the Transparent Background check
box checked (only available for PNG snapshots). The actual background color
underneath the transparency is actually a blue color, since thats what I had
set at the time I saved the snapshot. However, you can set the background
color to any color, and it will work. This can create artifacts if
antialiasing (either of lines or FSAA) is enabled in LDView, in which case
you want to set the background color to one that closely matches whatever
youre going to lay the image over.
|
Hey, this is interesting. Is it actually just drawing the visible lines in
some final rendering stage? Or is there more going on there with the Stencil
and/or Depth buffer?
|
|
Message has 1 Reply: | | Re: My attempts to get a vector line drawing
|
| (...) (FUT lugnet.cad.dev) I draw everything but the edge lines with glColorMask() set to all false. This updates the depth buffer, but doesn't update the color buffer. Edge lines are drawn with a standard glColorMask(). --Travis (13 years ago, 25-May-11, to lugnet.cad, FTX)
|
Message is in Reply To:
| | Re: My attempts to get a vector line drawing
|
| The "Show Edges Only" feature in LDView is intended to be used with Wireframe disabled. I believe it does exactly what you want in combination with "Black Edges": (URL) Note that the image above was saved with the "Transparent Background" check box (...) (14 years ago, 24-May-11, to lugnet.cad, FTX)
|
13 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|