1) i need to make a shape for a mill wheel or a Catherine wheel.
2) i want it doesn't move but can rotate.
How can i so?
[Chipmunk] how make a shape for a very strange sprite
(6 posts) (2 voices)-
Posted 1 year ago #
-
Hi
To make any shape that has a concave area you need to use multiple shapes and attach
them to the same physics body.Basically if you cant draw a straight line from any area of a shape to any other area of the same shape it wont work.
Search for vertex helper, which will allow you to visually place out your polygons on a sprite. I think its on the mac app store if you want to support the dev.
David
______________________
Follow me -
http://twitter.com/david__deaconPosted 1 year ago # -
surely i'll buy but can i make two or more shapes for the same sprite using this?
Posted 1 year ago # -
I don't think you can, but what I do is create the first shape copy the vertex data, clear the data, then create another shape, copy, repeat. Quite simple really.
You can still get the source code for vertex helper so you could modify it to allow you to create multiple shapes.
Posted 1 year ago # -
where is possible to get a no pro version for free and source code?
Posted 1 year ago # -
Posted 1 year ago #
Reply
You must log in to post.