| | Re: My attempts to get a vector line drawing Travis Cobbs
|
| | 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)
|
| | |
| | | | Re: My attempts to get a vector line drawing Don Heyse
|
| | | | (...) 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? (14 years ago, 24-May-11, to lugnet.cad, FTX)
|
| | | | |
| | | | | | Re: My attempts to get a vector line drawing Travis Cobbs
|
| | | | (...) (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)
|
| | | | |