Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将近剪辑应用到 CALayer。z 值大于 0 的子图层不会隐藏。
我怀疑你不能这样做。核心动画层不是真正的 3D。我认为 CA 中没有像 OpenGL 中那样的裁剪量。
如果您需要这种复杂程度,则需要在 OpenGL 中编写动画。