如何弯曲显示对象?
I want to make collage,
Example : http://www.as3.ro/p1_anim4.swf (1.4 mb);
I want to bend images using as3.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
I want to make collage,
Example : http://www.as3.ro/p1_anim4.swf (1.4 mb);
I want to bend images using as3.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
没有简单的方法可以做到这一点。这个问题的任何解决方案都需要大量的实验和智慧。
对于转换的 3D 方面,请研究 Papervision。
对于转换的“弯曲”方面,请研究 DisplacementMapFilters。
祝你好运!
There is no easy way to do this. Any solution to this problem will involve a lot of experimenation, and cleverness.
For the 3D aspect of the transformation, investigate Papervision.
For the 'bend' aspect of the transformation, investigate DisplacementMapFilters.
Good luck!
我会使用Papervision;与 as3mod。 “AS3Dmod 是一个 3d 对象修改器库。” - 具有弯曲功能。
I would use Papervision; with as3mod. "AS3Dmod is a library of modifiers for 3d objects." - with a bend function.