CreativeInquiry / PEmbroider

Embroidery Library for Processing
Other
442 stars 28 forks source link

Error with matrix transforms #1

Closed golanlevin closed 4 years ago

golanlevin commented 4 years ago

Hi Lingdong, @LingDong- I tried a simple push/translate/pop and it produced errors:

Screen Shot 2020-06-05 at 7 30 05 PM
LingDong- commented 4 years ago

Now fixed in commit: ec54e32762085f5e6ae74dde32c7ce8c1b5a741e

Silly error, I was adding a transformed vertex for each layer of pushMatrix(), instead of only adding it once after all the transformations are applied.