Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

How to smooth edges of rotated image?

$
0
0

@SebastianSobotka wrote:

Hello,
How to smooth edges of rotated image?

pseudo code:
ofPushMatrix();
ofTranslate(x,y);
ofRotate(angle);
img.draw(0, 0);
ofPopMatrix();

This is what I get:

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles