• Title/Summary/Keyword: 그래픽 엔진

Search Result 115, Processing Time 0.027 seconds

State of the Art on Graphic Rendering Engine for Simulation Visualization of Tug-Barge Transportation (예부선 운항 시뮬레이션 가시화를 위한 그래픽 렌더링 엔진 기술 동향 분석)

  • Hwang, Ho-Jin;Mun, Du-Hwan
    • Proceedings of the Korean Institute of Navigation and Port Research Conference
    • /
    • 2009.10a
    • /
    • pp.38-39
    • /
    • 2009
  • Visual simulation technology is one of important constituents experienced directly by simulator users. Simulator users have a needs for more fast, realistic and intuitive visualization. Though hardwares such as computing power and visual equipment have been grown, the limits have been indicated in graphic rendering engine generally used in marine simulator up to now. This paper has focused on the review of applicability about graphic rendering engines for visual simulation. We had derived system requirements in visualization of tug-barge simulation, had surveyed graphic rendering engines as commercial and open source, and analyzed strengths and weakness of them.

  • PDF

A study on the skill education of 3D game graphics data using VRML (VRML을 이용한 3D 게임 그래픽 제작 교육 방법에 대한 연구)

  • 김치훈
    • Archives of design research
    • /
    • v.17 no.3
    • /
    • pp.101-110
    • /
    • 2004
  • The purpose of this study is to draw a distinction between general computer graphics courses and game development ones and to find out making various improvements in game graphics courses. In addition to general hand-drawing skills and computer graphics technology which are essential for the students who major in game graphics; however, the special classes should be required for them to comprehend the work process of game development and to produce the game graphics data. This necessity of the discriminative education is going to be an identification of game development department. Although loading game data onto a game engine and finding out the solution to problems of data is one of the excellent settlement for educating game graphics students, it is not possible to purchase the commercial game engine such as Quake or Lithtech and to analyze the commercial program libraries. For this reason, this research presents the replacement of commercial game engine with VRML97 for the academic purpose and shows what effect upon education will be. It is expected that the VRML97 can be a substitute of the game engine for the effectiveness of game graphics education with more active study and verification of game fields.

  • PDF

The raise the efficiency of game graphics design education using game engine : In focus of Unity3D and Torque (게임엔진 활용으로 게임 그래픽 교육 효율성 제고: 유니티3D(Unity3D)와 토크(Torque) 엔진을 중심으로)

  • Kim, Chee-Hoon;Park, Sung-Il
    • Cartoon and Animation Studies
    • /
    • s.29
    • /
    • pp.151-172
    • /
    • 2012
  • Game production education in a university is very important because it is the stage for completing a game education course as well as for determining a future of game industry. In order to perform various experience and creative learning, it should be able to effectively use a computer infrastructure representing the knowledge and information society for the purpose of obtaining and re-processing information necessary for game production through prediction of directions of game industry as well information technology. This research is focused on an effective game engine education for students whom want to become game graphics designers. The purpose of this study is to draw a lesson of game production utilizing game engines and it enables practice-focused class for game production. It also allows the class participant to manufacture prototypes without support from game programmers for their outcomes of works planned during the game production class. The theoretical background of game production compared and analyzed exemplary game engines. Based on the result, the study selected Unity 3D engine and conducted the research on the background where the Unity engine has been selected and its characteristics. In addition, this study provided an example of game production utilizing a game engine, and also described the details of actual realization. This study selected Torque3D with the Unity in order to identify the purpose of this study and efficiency of learning. Thus, the previous situation is that the class remained in making a game plan during the course of game production project and, students whose major is not game programming. Now, it is necessary for students to make many efforts to make a game in an active and positive attitude by utilizing a game engine beyond the previous method of class.

How to Integrate SMFD Display Software based on Heterogenous Graphic Design Tools (이종 그래픽 저작 도구 기반의 SMFD 화면 시현 소프트웨어 통합 방안)

  • Kyusik Kim;Yongjin Kwon;Seong Han Lee
    • Journal of Aerospace System Engineering
    • /
    • v.18 no.2
    • /
    • pp.79-86
    • /
    • 2024
  • We have developed software for the SMFD that utilizes a range of graphic design tools. These tools enable us to effortlessly create graphic elements by defining their attributes, such as position and motion. Subsequently, we can convert these designs into source code and execute the resulting software on the target system, leveraging the graphic engines provided by the tools. However, when it comes to developing the displaying software for the SMFD using multiple graphic design tools on a single system, we face various challenges. In this paper, we will delve into these challenges and propose solutions for developing the displaying software for SMFD based on heterogeneous display design tools.

A Study on the Production of 2D Pixel Game Objects Using Basic Shape (기본도형을 활용한 2D Pixel 게임 오브젝트 제작연구)

  • KIM, Do-Kyung
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2022.07a
    • /
    • pp.213-215
    • /
    • 2022
  • 현재 게임들에서 Retro 풍이 일면서 다시 2D그래픽이 주목을 받고 있는 현상이 발생하고 있다. 물론 과거에도 2D 그래픽풍의 게임이 없었던 것은 아니나 근래에 들어서는 그 양상이 좀 더 진화되어 유저들에게 어필을 하고 있어 주목이 되고 있다. 현재 출시된 멀티 플랫폼 게임 엔진 중 게임 개발사에서 많이 사용 중인 엔진은 Unity3D 엔진이다. 본 논문에서는 Unity3D 엔진을 이용한 2D게임 그래픽 제작에 대해 논하고자 한다. 유니티 엔진은 C#, 자바스크립트로 코드를 작성할 수 있다는 이유로 C#과 모노 기반 코드로 개발되었다고 알려져 있었다. 실제로 엔진의 런 타임 부분은 C++과 마이크로소프트 닷넷 API, 에디터 프로그램은 C#으로 개발되었다. 스크립트는 유니티 내에서 바로 수정은 하지 못하고 Mono Develop등 유니티를 지원하는 스크립트 에디터에서 수정할 수 있다. 이에 본 논문에서는 멀티 플랫폼 게임 엔진을 이용한 2D 게임 그래픽인 Pixel Art 구현을 제안 하고자한다. 이를 통해서 다양한 멀티 플랫폼 기반의 게임 설계 및 개발에 도움이 되었으면 한다. 어떤 요소들이 2D게임을 선택하는 데에 있어 영향을 끼치는가에 대해서 알아보고, 세부항목에 따른 기본 도형을 이용한 게임 오브젝트 제작의 특징과 그 이유가 사용자에게는 어떤 의미를 가지는가에 대한 것을 알 수 있다.

  • PDF

A Study on Improving Graphic Rendering Engine for Visualization of Ship Handling Simulation (선박 운항 시뮬레이션 가시화를 위한 그래픽 렌더링 엔진 기술의 개선 방향)

  • Hwang, Ho-Jin;Mun, Du-Hwan
    • Journal of Navigation and Port Research
    • /
    • v.34 no.3
    • /
    • pp.153-160
    • /
    • 2010
  • Simulation visualization technology is an important constituent through which users directly interact with simulators. Simulator users have a needs for more fast, realistic and intuitive visualization. Though hardware-related performances such as computing power and visual equipment have been grown, the limits have existed in graphics rendering engines generally used in marine simulator up to now. This paper has focused on the review of graphic rendering engines available for simulation visualization. We had deduced system requirements for visualization of ship handling simulation, had surveyed graphic rendering engines as commercial and open source, and analyzed strengths and weakness of them. The feasibility study for simulation visualization of tug-barge transportation with an open source graphics rendering engine(OGRE3D) has been demonstrated.

A Terrain Generator for 3D On-line Games (3D 온라인 게임을 위한 지형생성기)

  • 성명건;이석희;황성진;박경환
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 2002.11b
    • /
    • pp.520-525
    • /
    • 2002
  • 3D 게임 엔진 중 그래픽 엔진이 차지하는 중요도는 다른 엔진들보다 월등히 높다. 그래픽 엔진에는 여러 가지 필요한 요소들이 들어가는데, 지형을 만들어내는 것 역시 캐릭터를 제작하는 것만큼이나 중요한 역할을 한다. 3D 지형이 좀더 현실과 흡사하기 위해서는 실세계와 유사한 가상의 세계를 만들어야 한다. 3D 지형을 만드는 방법은 여러 가지가 있으나 자신이 원하는 지형을 직접 만들어서 이를 3차원으로 바꿔서 게임 엔진에서 사용할 수 있고, 또한 게임 엔진 내부에서의 최적화를 위해서는 가장 기본적으로 쓰이는 그레이 스케일 이미지를 사용한 높이 맵으로 지형을 생성하는 게 유리하기 때문에 본 논문에서는 그레이 스케일 이미지를 이용한 지형생성기를 개발한다.

  • PDF

Design of Transformation Engine for Mobile 3D Graphics (모바일 3차원 그래픽을 위한 기하변환 엔진 설계)

  • Kim, Dae-Kyoung;Lee, Jee-Myong;Lee, Chan-Ho
    • Journal of the Institute of Electronics Engineers of Korea SD
    • /
    • v.44 no.10
    • /
    • pp.49-54
    • /
    • 2007
  • As digital contents based on 3D graphics are increased, the requirement for low power 3D graphic hardware for mobile devices is increased. We design a transformation engine for mobile 3D graphic processor. We propose a simplified transformation engine for mobile 3D graphic processor. The area of the transformation engine is reduced by merging a mapping transformation unit into a projective transformation unit and by replacing a clipping unit with a selection unit. It consists of a viewing transformation unit a projective transformation unit a divide by w nit, and a selection unit. It can process 32 bit floating point format of the IEEE-754 standard or a reduced 24 bit floating point format. It has a pipelined architecture so that a vertex is processed every 4 cycles except for the initial latency. The RTL code is verified using an FPGA.

선박 운항 시뮬레이터를 위한 실시간 3D 가시화 시스템의 설계

  • Mun, Du-Hwan;Hwang, Ho-Jin;Kim, Byeong-Cheol
    • Proceedings of the Korean Institute of Navigation and Port Research Conference
    • /
    • 2010.04a
    • /
    • pp.156-158
    • /
    • 2010
  • 선박운항자의 인적사고 방지 및 운항 훈련을 위한 방안으로 선박 운항 시뮬레이터가 사용된다. 선박운항 시뮬레이터에서 실시간 3D 가시화 기술은 현실감 있는 직관적인 영상을 제공하여 피교육자에 인지력을 향상시켜 시뮬레이터의 교육 효과를 높이는 중요한 요소이다. 본 논문에서는 선박 운항 시뮬레이터 장착된 실시간 가시화 시스템의 확장성 및 독립성을 확보하기 위해서, 가시화 시스템의 상업용 그래픽 엔진을 공개형 그래픽 엔진으로 대체하기 위해서 수행된 실시간 3D 가시화 시스템의 설계 결과에 대해서 설명한다. 실시간 3D 가시화 시스템은 요소 기능, 그래픽 데이터 활용, 타 시스템과의 연동 측면에서 도출된 운용 요구사항들을 만족하도록 설계되었고 시스템의 확장성과 상호운용성의 확보도 고려하였다.

  • PDF

Porting Mobile 3D Engine to VRender3D Processor (VRender3D 프로세서를 위한 Mobile 3D Engine 포팅)

  • Jung, Il-Dong;Fedorov, Alexander O.;Kim, Yong-Tae;Lee, Koon-Seok
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2008.06b
    • /
    • pp.384-387
    • /
    • 2008
  • PDA와 같은 이동단말에서 화려한 3D 그래픽을 보여주는 것은 그래픽 시스템 리소스의 제약이 있다. Mobile 3D 엔진은 모델의 움직임을 계산하여 동적으로 3D 그래픽을 만들어 내기 때문에 그래픽 시스템 뿐만 아니라, 충분한 성능의 프로세서와 여유의 메모리까지 지원되어야 한다. 본 논문에서는 Mobile 3D 엔진의 제약 사항과 그 해결 방법을 제시하였다. ARM9 Core를 기반으로 3D 가속 기능을 가진 VRender3D에 실제로 OpenGL/ES를 기반으로 하는 Mobile 3D 엔진을 포팅 (porting) 하고, 그 성능을 동적인 3D 영상으로 평가하였다.

  • PDF