Written by Vincent

Featured demo – Inflorescence

Today’s featured demo is Inflorescence by mfx. Download it here. It’s about 4 minutes in length and 19.5 MB in size.

Since I’ve discovered Capped, I am happy to announce that you can now watch demos even if you have a sucky, I mean, graphics-card-challenged computer.

[Update: If the video doesn't appear in your feed reader, please click through to the post or go direct to the source. If you know how to embed a video from Capped into an RSS feed so it shows up, let me know.]

My first impression? Very X-Files…

The demo makes heavy use of a technique called bump mapping. It allows you to create detailed surfaces with less polygons. For example, we have here a curved surface:

Surface without bump mapping

Perhaps we want it to be rougher in texture. Instead of pulling and pushing vertices out of alignment on the curved surface, we could use bump mapping. Tada!

Surface with bump mapping

Recalculating vertex normals so that light falls on the surface and create shadows correctly (due to physically shifting the vertices) is expensive. The cheaper way is to use the same 3D model, and add a processing step before the lighting calculations. Thus it looks like the vertices are physically changed, but aren’t.

Enjoyed reading this? Share it!
  • HackerNews
  • Reddit
  • Slashdot
  • FriendFeed
  • StumbleUpon
  • Facebook
  • del.icio.us
  • Posterous

Tags: , , , ,

Published on 24 July 2008

Comments

One Response to “Featured demo – Inflorescence”

  1. 7th Annual Scene.org Awards | Polymath Programmer on 2 April 2009 5:01 pm

    [...] for the other 2 demos, we have “Inflorescence” by [...]

Leave a Reply

I reserve the right to delete offensive, spammy and/or unintelligible (based on context) comments. I do read all comments, even if it takes a while for me to respond. Polite criticism is fine. Rude ones will be deleted (right after I correct the error of course).