| | 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)
| | | | | | |