Closed gerchicov closed 10 years ago
MonkSVG_OpenGL_Test_iOSViewController.mm method drawFrame: you have called the drawing twice:
vgSVGRenderer->draw(); ... vgSVGRenderer->draw();
As I understand you draw the same picture twice with various transform matrices only, don't you?
yes
ok, please explain why?
It's just a demonstration is all.
MonkSVG_OpenGL_Test_iOSViewController.mm method drawFrame: you have called the drawing twice:
vgSVGRenderer->draw(); ... vgSVGRenderer->draw();
As I understand you draw the same picture twice with various transform matrices only, don't you?