我如何创建这种背景效果?
您认为应用于《Earthbound》中的 Giygas 战斗背景以及《Mother 3》中的战斗背景的效果是什么?这就是我要说的。
http://www.youtube.com/watch?v=tcaErqaoWek
http://www.youtube.com/watch?v=ubVnmeTRqhg
现在有人知道我怎么能不使用动画图像或 openGL 来完成此任务?
What would you call the effect applied to the backgrounds in the Giygas fight of Earthbound, and the battle backgrounds in Mother 3? This is what I'm talking about.
http://www.youtube.com/watch?v=tcaErqaoWek
http://www.youtube.com/watch?v=ubVnmeTRqhg
Now anyone know how I could go about this without using animated images, or using openGL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这些也称为 演示 效果。除了游戏之外,它们还用于 demoscene 活动。
查看这个效果集合。
These are also called demo effects. They are used on demoscene events, beside games.
Check out this effect collection.
它只是一个纹理四边形,将
sin
和cos
应用于纹理坐标it's just a textured quad, with
sin
andcos
applied to the texture coordinates