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.
首先,我将提供应用程序视频链接。此应用程序中使用的效果名称是什么?我怎样才能在 iPhone 应用程序中实现这种效果?
感谢您的回答。
我不知道所有效果的具体名称是什么,似乎使用了多种图像处理技术。
看起来像 Photoshop 液化滤镜的位是纹理映射的一种形式,即将纹理映射到 2d 网格。在这种情况下,拖动屏幕会使网格中的顶点变形,从而使图像变形。控制网格中的顶点越多,扭曲的细节就越精细。
查看纹理映射和(因为它是 iOS)glsl 着色器。