Sunday, November 15, 2009

Some Elements in Game Engine [Part 2]

C) Console
With adding a Console, we can change the game's setting and the game engine's setting while inside the game without having a restarted it first. The Console itself are frequently used in debugging process. When the game engines experiencing error we just need to need to output the mentioned error message into the console without having a restart. The Console itself can be turned on & off freely.

D) Support
Support is a part most frequently used by systems in the game egine. The Support itself consist of mathematics formulas which commonly used, vector, matrix, memory manager, file loader. It was constitute from game engine and lamost being used in al game engine projects.

No comments:

Post a Comment