Hello All,
I was wondering if there's a way to make a realistic rolling rock, that acts as if it has physics but really does not?
I'd like to make a rock roll forwards on a flat solid platform, and have found I can achieve this with the bullet behaviour. However, some of my platforms are inclined and I would like the rock to roll both forwards and down, following the layout of my platforms and simulating physics behaviour.
I've decided not to use physics objects for this, as the project is for mobile devices, and I may have many rolling objects. All of the information I can find suggests that physics behaviour is very CPU intensive and so should probably be avoided on mobile devices.
Thanks in advance for any help you can offer.