如何在 Silverlight 中将图像环绕圆柱体
我正在尝试用 silverlight 将图像包裹在圆柱体周围。我在谷歌上查了很多,但没有找到任何东西。据我所知,可以使用像素着色器来完成,但不知道如何实现。
可能吗?
谢谢。
I am trying wrap image around cylinder in silverlight. I looked a lot in Google but don't found anything. As I know it can be done with pixel shader, but don't know how.
Is it possible?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不是一个完整的包裹到圆柱体上,但你会得到一个起始的想法/示例:(
代码在 GLSL 中,而不是在 HLSL 中,但我认为转换它并不难)
从此
你会得到类似的内容
祝你好运
It's not a complete wrap onto cylinder, but you will get a starting idea/example:
(code is in GLSL, not in HLSL, but i think it will be not hard to convert it)
From this
you will get something like that
Good luck
您可能想尝试 Zam3d。我之前使用过试用版,您可以获取 3D 形状并尝试将背景设置为图像。看看是否有帮助。
You may want to try Zam3d. I have used trial versions previously, and you can get the 3D shape and try and set the background to an image. Have a look and see if that helps.