1、附录 一、英文原文: 3D game engine technology developed by researchers Xie Jingming (Guangzhou Panyu Polytechnic College of Software Engineering, Guangzhou Panyu 511483) Abstract: The game engine is the core of the game development technology, development is difficult and costly. In order to better develop t
2、he game talent, according to the characteristics of teaching the game, made specifically for teaching game development engine platform, the platform was designed with the general framework of the game engine, the game engine has a major functional characteristics, is a commercial game engine shrink
3、abbreviated version of the game engine technology for the accumulation of experience and teaching the game provides a feasible method of operation. Keywords: game engine; engine framework; Game Training; games teaching mode CLC: TP311.5 Document code: A 1 .Introduction At present, Chinas game indust
4、ry is in a period of rapid development, according to International Data Corporation (IDC) report shows that in 2008 the financial crisis, Chinas online game market is still actual sales revenue reached 18.38 billion yuan, an increase of 76.6% compared to 2007, on the contribution related industries
5、reached 47.84 billion yuan, forecast to 2013, Chinas online game actual sales income will reach 39.76 billion yuan. In recent years, actively support the development of animation industry, Shanghai, Hangzhou, Chengdu, Guangzhou, Shenzhen and other places have introduced a series of policies to fight
6、 Making the citys animation capital. Guangzhou as the national development of online games and cartoon industry base, the animation industry in 2008 exceeded 10 billion yuan output value, accounting for about 1/5. With the increasing demand for the players, the game uses the technology becomes more
7、complex, which gives the game industry has brought great challenges. Game development game engine provides the main technical framework that enables developers to be able to focus on the gameplay and content. A good game engine can effectively improve the efficiency and robustness of game developmen
8、t, accelerate time to market. Although the game industry has been rapid development in recent years, but for development time, technical difficulty and research and development costs and other factors to consider, most of the enterprises of the game to take direct way to buy the game engine. Selecta
9、ble game engine room while not large, the lack of mature self-developed domestic commercial game engine, game engine foreign companies licensing fees of up to hundreds of million to domestic game companies brought greater economic burden. Therefore, in order to grasp the core of the gaming industry
10、Technology to reduce the cost of training personnel game and avoid similar to other development actors foundry industry, China should increase the game engine core technology research efforts. 2 .game engine development status From the early 1990s, Europe and other developed countries began to devel
11、op the game engine, the current world leader in research and development level of the famous game engines such as Quake III, Unreal Tournament, LithTech, Source, BigWorld, CryENGINE2 etc from the U.S. and Europe game company. Domestic Only Perfect, target software, graffiti software game engine with
12、 a handful of companies R & D capabilities, but mainly for personal use. Domestic colleges and universities in the game engine research in the field is relatively weak, still in the initial exploration phase. 3. game engine general framework Game engine has evolved into a plurality of sub-systems to
13、gether constitute a complex platform. Current mainstream 3D game engine in functionality and performance despite its advantages, but their classification framework and main modules are similar. Figure 1 according to the level of the game engine to summarize the main components. Figure 1 game engine
14、game engine hierarchy is determined by the lowest level of resource management, network engine, I / O library and graphics math library composed of four parts, mainly for dealing with platform dependent components. Including resource management to manage game resources, provides memory allocation an
15、d release, in the case of limited memory resources properly scheduling; math library provides 3D graphics data structures, such as vectors, matrices, quaternions, line, plane, etc., and the corresponding operations, such as matrix transpose, inverse, etc.; networking engine interactive two kinds of
16、LAN and the Internet, data communication solutions, concurrent users, system management, billing and props issues; I / O library provides keyboard, mouse, joystick, and other peripheral input devices. The second layer of the game engine by the physical engine, and sound renderer engine of three part
17、s. Which provides game physics engine on the one hand between the world of objects, objects and collision detection between scenes and mechanical simulation, simulation of the movement of objects on the other hand offers; renderer provides a realistic image, including graphics, textures, models and
18、animation rendering, lighting and material handling, LOD management, etc., is one of the core game engine; sound engine provides audio, voice and background music. The third layer is the game engine by the entity module, animation system, scene management and effects support four parts. Which entity
19、 module objects in the game world as a common abstract data structures, providing relevant operating; animation system provides gradual animation, skinning skeletal animation; scene management organizations in the outdoor game objects (indoor) location and related features; support the provision of
20、special effects and natural particle system simulation (such as watermarks, rain, smoke, etc.), the game screen is more beautiful. The fourth layer of the game engine by a specific type of game the two components and AI components, mainly for logic control. Wherein the particular type of game-relate
21、d components to provide specialized application-specific processing method such as FPS, SLG, RPG game component; AI provides running game logic processing, the use of intelligent technology to improve gameplay. Game engine on the fifth floor by the control logic framework, games and game development
22、 tools GUI consists of three parts, mainly for supporting the development of the game. Wherein the control logic framework for different types of games, provide the appropriate framework for the game engine to integrate the various sub-modules. Game development tool includes level editor, scene editor, particle editor, material editor, DCC software plug-ins and other auxiliary development tools.