Creating impactful effects and technology

First of all, in order to do and show the effect of this example I’ve  borrowed two amazing artworks from Arturo Bermudez and Lisa Parsanova.

The goals of this article is to show the benefits of thinking about effects in pre-production stage.

For example, in a lot of 2d/3d mobile games where you have 2d character faces are mostly static images.  Most of the times the idea of animating those character faces gets discarded due to the cost in production and the low benefits you get from it in exchange.
Imagine having to  create a frame by frame old style animation or having to generate the mesh, skin and animate each face… the cost and the people you will need increments a lot (and the communication needed to achieve it).

In this example I am showing you a very simple shader with only one texture which is used as a displacement texture. The R and G channels are used to codify one animation (vertical and horizontal axis) and the B and A channels to codify another one. Having this two animation codified in the same texture will let you have a loop breathing animation and in top a face expression animation, desync on from the other creating a nice organic movement.

Of course per each face you will need to draw the displacement texture but, isn’t look interesting? how simplified the process gets…

The key of this article is not the effect itself but the fact we should really find the balance between the income and outcome at the time we create technology/effects.  How many times we’ve seen very over engineering effects which end up being discarded…

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *