开发者

Helicopter Game Terrain for XNA

开发者 https://www.devze.com 2023-02-01 17:32 出处:网络
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 i

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消