Papervision 渲染影片剪辑内具有透明度的 PNG
我是一名动作脚本人员 - 我正在开发一款 papervision 游戏。
我有一个资产,其中有 127 个 png 的动画序列。
我可以很高兴地将其投影到我的 papervision 平面上。问题是,没有透明度。我无法使用 BitmapFileMaterial,因为我有很多 png -
任何人都可以建议如何执行此操作。
非常非常感谢——
I'm an actionscript dude - I'm working on a papervision game.
I have an asset of which is 127 pngs in a sequence for an animation.
I can happily project this onto my papervision plane. Problem is, there is no transparency. I Can't use a BitmapFileMaterial as I have many pngs -
can anyone suggest how to do this.
Very very grateful -
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
myMaterial.transparent = true
或者类似的东西,如果不起作用,请查看文档。
myMaterial.transparent = true
Or something like that, check out the docs if that doesn't work.
这是我到目前为止的代码。简化版本编辑 - Papervision 2.0.0
this is my code so far. A simplified version edit - Papervision 2.0.0
通过谷歌阅读 - 似乎有一个错误 -
设置为
,后来的设置
似乎有效。
优步感谢您的帮助 - 为我指明了正确的方向。
Reading over google - There seems to be a bug -
set to
and later setting
seems to work.
Uber thanks for your help -pointed me in the right direction.