Step-by-step as best as I can tell from observation:
1. Render 3D objects to 2D still images that you want in the game.
2. Export height map, which basically defines z-depth (overlapping and such)
3. Export normal map, which is used for bump mapping (light).
4. Write shaders that work with the above.
5. ???
6. Pizza time!