• Register

The Cyclone Game Engine is a cross-platform 2D/3D game engine built upon MonoGame and the XNA Framework to help make it easier and save time creating games. The engine is still in its infancy stages of development. It is primarily built to serve the needs of Steel Cyclone Studios' game projects. More updates are coming so stay tuned!!!

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Report RSS Plants & Vegetation (view original)
Plants & Vegetation
embed
share
view previous next
Share Image
Share on Facebook Post Email a friend
Embed Image
Post comment Comments
Jdawgg25 Author
Jdawgg25 - - 158 comments

The character marine model in this screenshot above was created by Carlos Augusto of Floatbox Studios. It was originally used for a demo at the SBGames 2007 Independent Games Festival under the XNA category and contributed to coming in third place. It was used for the book published in 2008 "Beginning XNA 2.0 Game Programming". This screenshot is for demonstration purposes to illustrate armor customization with models I created that are attached to the character.

Reply Good karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

The date in the following image is not updated. The Vegetation Processor for my game engine is fixed for the most part. The grass billboards are transparent. Now I just have to fix the wind speed so that they are moving with it accordingly. I will add a different grass images later to give it more variety. The vegetation processor renders a very large number of billboard sprites using a vertex shader to perform computations entirely on the GPU. Its a fake way of rendering complex objects without bothering to render a full 3D model. This technique helps performance so that there is no additional CPU load from rendering billboards compared to normal static geometry.