@madskjeldgaard wrote:
Hello everyone
I am fairly new to oF and while I am generally having fun with it, something that confuses me a lot is how to get antialiased lines. UsingofPolyline
I have tried without any extras, withofEnableAntialiasing()
andofEnableSmoothing()
both in the setup() method. Nothing seems to help though or make any difference.Is there some kind of secret sauce or settings combination not apparant in the documentation which makes it possible to work with antialiased lines?
For reference I am using Arch Linux running oF in Xorg using
of_v20200405_linux64gcc6_release
and usingofSetupOpenGL(1024,768,OF_WINDOW)
in my main function.below is a screenshot of my failed attempt
Posts: 1
Participants: 1