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