I am developing a simple iPhone app, which:
- retrieves data from the server
- presents the data
In order to present the data better I want to add nice 3d dynamic objects, for example:
- a car with spinning wheels next to car sales bar chart.
- power plant with smoke coming out of the chimney next to CO2 emission numbers
The questions are:
- How do I work with the designer on this, what output should he provide for me (format)?
- How do I put it in my application, should I involve some 3d engine/framework?