Friday 11 November 2011

week 04

Demonstration:
The data from the feed was frozen at this time, so I created my own .xml file. I represented the data as three different numbers. A 1 represents a person going into the building, 0 is nothing, and -1 is a person going out. These can be seen on the top HUD message. The bottom message is a live update (every 0.1 second) of the building's scale.

FlowGraph:
This is the flowgraph I used to create this effect. The timer generates a random number between -1 and 1, which is then rounded and displayed. This number is factored by half, and added to one of the 3 equal numbers from the entities current scale. This number is then smoothly changed to the current scale of the entity, and the process is repeated.

No comments:

Post a Comment