Create water(fluid) surface with Sprite Kit [closed]

China☆狼群 提交于 2019-12-07 07:51:18

问题


How can i create water surface with Sprite Kit?

I have searched and found help for Cocos2d which uses box2d to create physics effects for water like object floating over water and some part of it in water and other outside of water. Objects going down the water with as force as applied to throw it into the water and similar effects.

So how can i achieve the same water effect with Sprite Kit? Any ideas


回答1:


The SKPhysicsBody class has properties called linearDamping and angularDamping, which you can modify to simulate liquid friction (fluid resistance) for objects thrown into the water. You can read up on these in the SKPhysicsBody Class Reference.



来源:https://stackoverflow.com/questions/21457967/create-waterfluid-surface-with-sprite-kit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!