Friday, April 27, 2012

Screenshots: Instanced Grass

Our latest achievement is geometry instancing. We put it to good use and created some nice looking grass patches.

They are generated using the vertex output from the marching cubes algorithm. The texture of the instanced geometry is based on the material of the vertex. The normal of the vertex defines if there should be an instance and of what kind. Pointing upward we get grass, downwards we could add lianes.

We want to add animation as well. Wouldn't it be nice to have grass waving in a summer breeze? Or shaking and bending sideways due to strong winds.

The current images are not perfect because the draw order of the grass and water are not fully correct. This means you can't see the sea grass trough the water surface.

Now enjoy the screens :-)





2 comments:

  1. Hi,

    I noticed your project on youtube. It looks nice, too bad that you don't seem to have much followers.

    How will the game be distributed? Do you plan to release the sources?

    ReplyDelete
  2. Hi Yno,

    thanks for the compliment.

    The game will be distributed over platforms like Steam or Desura.
    We currently don't plan to release the sources right away. Possibly after some extended period of time after the release, but we are still debating this :-)

    ReplyDelete