gpt4 book ai didi

ios - 如何在 CoreGraphics 中执行 GL 的 `pushMatrix` 或 `popMatrix`?

转载 作者:行者123 更新时间:2023-11-29 11:23:18 25 4
gpt4 key购买 nike

在 GL 中,我用过这种东西,

glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
glPushMatrix();
glTranslatef();

// Do something

glPopMatrix();

在导出的坐标系中制作和工作。我如何在 CoreGraphics 中存档此功能?

最佳答案

我怀疑你在谈论 OpenGL ES,在这种情况下你应该 go and check out this previous answer .

如果您真的在谈论 CoreGraphics,请查看 CGContextSaveGState()CGContextRestoreGState()

关于ios - 如何在 CoreGraphics 中执行 GL 的 `pushMatrix` 或 `popMatrix`?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5581802/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com