如何赋予粒子物理材质或者使它们没有摩擦力?
我的粒子发射器的力为-9.8,所以它们像沙子一样掉下来。不幸的是,当它们撞到一块以 45 度角倾斜的木板(一个盒子碰撞器上有冰物理材料的立方体)时,它们会非常缓慢地滑下。
你能给粒子提供像冰一样的物理材料吗?如果不是,如何减少颗粒与所有其他物体之间的摩擦,使其更快地向下流动?
I have particle emitter with a y force of -9.8, so they fall down like sand. Unfortunately, when they hit a plank (a cube with an ice physics material on its box collider) that is slanted at a 45 degree angle, they slide very slowly down it.
Can you give particles a physics material like ice? If not, how to reduce the friction between particles and all other objects so it flows downward more quickly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试减少您所使用材料的静摩擦和动摩擦,并将摩擦组合设置为最小值。
如果这不起作用,请尝试使用摩擦方向 2 的负值,然后应用动态摩擦 2 和静态摩擦 2(但我认为您不需要走这么远,减少摩擦应该可以正常工作)。
unity3D 物理材质参考
Try reducing the Static and Dynamic friction of the material you are using, and set friction combine to minimum.
If this doesn't work, try using negative values of Friction Direction 2 amd then apply Fynamic Friction 2 and Static Friction 2 (but i don't think you'll need to go this far, reducing friction should work fine).
unity3D Physic material reference
我们没有将物理材质应用到粒子系统上。因为没有使用物理材质的选项
We did not apply the physic material on partical system .Because there is no option for using the physic material