In this article I will introduce you to view management within CRYENGINE and then use the existing view management to build a camera manager, a first person camera and a third person orbit camera (action RPG style).
Read More >>In this article I will introduce you to event handling within CryEngine 3 and give a brief overview of the many listeners you can utilise within your project.
Read More >>As you begin to learn how to program for CryEngine 3 you will run into a lot of barriers. The code is dense, filled with magic numbers, brimming with pre-processor code, macros, and templates and all sorts of traps.
Read More >>