So i am trying to make this game in XNA http://www.addictinggames.com/helicopter.html. So far everything is going ok. My 开发者_StackOverflow社区only question is how to create the jagged edges. What idea/method is behind it. Do i deform the top and the bottom or is there a Fake/smarter way of achieving the same effect.
Simplest method? just render a bunch of squares with different transformations to get the different sizes. or a simpler method, just render flat polygons. You can easily use something like triangulator to easily generate the vertices and indices if you don't want to do it yourself.
精彩评论