In commercial game engines, a method of constructing objects by combining components is often used. Components can be assembled and used at any time as needed. In this paper, the 3D game is developed by applying the component method, which is the object creation method widely used in the commercial game engine, in the DirectX 11 environment. There are four kinds of components used in the in-house 3D game. These are four components such as transform, mesh, script, and collider. The component generation method used in this paper shows very good operation efficiency in terms of reusability. This paper also applied tangent space normal mapping to static and dynamic objects and analyzed performance at various screen resolutions. Performance analysis showed that the average rendering speed was 64.6% higher on the low resolution screen than on the high resolution screen. And the rendering speed of model G with normal mapping to all objects among the 8 simulation models is improved by 19.2% compared with model B without normal mapping. The presence or absence of normal mapping has the greatest effect on rendering speed.
방송과 영화 등에서의 영상 기술의 발전은 최근 3차원 입체 영상에 대한 관심을 증가시켜 왔다. 뿐만 아니라 2차원 영상의 한계로 인하여 3차원 콘텐츠에서의 입체 영상 표현 기술 개발이 시간이 지날수록 더욱 활발해지고 있다. 이는 단지 방송 분야에 국한되는 것이 아니라 의료, 교육 등 다양한 분야에서 폭넓게 접할 수 있도록 입체 영상 기술이 개발, 연구되고 있다. 하지만 입체감 표현에 있어 필요한 정교한 연출과 입체감 인지에 따른 피로감 발생 등의 이유로 예측 불허로 변화하는 게임과 같은 실시간 시스템에서 입체 영상 기술의 접목은 거의 이루어지지 않고 있다. 본 논문에서는 DirectX SDK 그래픽 파이프라인의 기하학적 구조를 바탕으로 입체감을 효율적으로 다룰 수 있고 상황에 따른 자동 시점 간격 조정을 통해 피로감을 해결하는 깊이감 조절 기법을 설계하였다. 이를 통해 입체 영상 기술이 접목된 게임 제작이 활발히 이루어질수 있는 새로운 대안을 제시해보고자 한다.
DirectX를 사용하는 윈도우 게임 및 콘솔 게임은 전 세계 게임 시장의 20% 이상을 차지하고 있으며, 전 세계 시장의 75% 이상이 C++로 개발되고 있다. 본 연구는 DirectX와 C++ 기반으로 개발된 20개 프로젝트 코드의 공통성과 가변성을 분석하여 패턴화하고, 이를 공통 모듈화 하였으며, 이 모듈을 모형화 하였다. 사례 연구를 통해, 제안한 기법을 사용하여 DirectX와 C++ 기반으로 개발된 소프트웨어 코드의 생산성이 60% 이상 개선됨을 입증하였다.
DirectX Graphics plays the role of hardware independent 3 dimensional drawing interface for 3 dimensional video display. However the APIs in DirectX Graphics provide not only small improvement in velocity in the lowest level but also unstable performance of velocity according to their usages. In this paper, we present the structure of 3D game engine of efficient performance and describe functions and implementational features of game engines for an efficient 3D rendering in the environment of DirecX Graphics.