Pergunta

I have a Quartz composition that draws lines using Kineme GL Line objects. My client complained about aliasing effects, so I replaced all the Kineme GL Lines with regular Line objects. I see a lot of improvement with respect to aliasing when I press "View" in Quartz Composer, and everything looks good. However, in my Obj-C application, these lines are not drawn in the QCView, no matter what. Is there something needed that I'm missing in order to enable these lines to be displayed?

Thanks!

Foi útil?

Solução

If you install http://kineme.net/AlphaBlendMode, you can then set the Kineme GL Line patches to the Alpha blendmode, which renders beautiful antialiased lines.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top