• Title/Summary/Keyword: 3D game

Search Result 752, Processing Time 0.029 seconds

A Research on Action game character animation (액션 게임에서의 캐릭터 애니메이션 적용 연구)

  • Lee, Heebum;Song, GiSeob;Lee, DongKyu;Park, SeokHee;An, Sung-Ohk;Kim, SooKyun;Lee, Jungin
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2013.07a
    • /
    • pp.45-46
    • /
    • 2013
  • 대중에게 하나의 취미 생활로 자리매김한 게임은 특징이나 작동 방법에 따라 다양한 장르로 발전되었다. 그 중 액션게임 장르는 사용자가 조작하는 캐릭터의 역동적인 움직임과 움직임이 큰 동작으로 인해 사용자로 하여금 게임 플레이에 몰입할 수 있는 특징을 가지고 있다. 과거 2D 환경의 게임에서 연속되는 그림으로 표현되던 캐릭터의 애니메이션 장면은 3D 환경으로 발전하면서 새로운 애니메이션 기법을 필요로 하였으며, 현재 다양한 애니메이션 기법이 연구되고 있다. 본 논문에서는 3D 뼈대 애니메이션 통하여 DirectX에서의 캐릭터 애니메이션 적용 대해 설명한다.

  • PDF

A GAN-based face rotation technique using 3D face model for game characters (3D 얼굴 모델 기반의 GAN을 이용한 게임 캐릭터 회전 기법)

  • Kim, Handong;Han, Jongdae;Yang, Heekyung;Min, Kyungha
    • Journal of Korea Game Society
    • /
    • v.21 no.3
    • /
    • pp.13-24
    • /
    • 2021
  • This paper shows the face rotation applicable to game character facial illustration. Existing studies limited data to human face data, required a large amount of data, and the synthesized results were not good. In this paper, the following method was introduced to solve the existing problems of existing studies. First, a 3D model with features of the input image was rotated and then rendered as a 2D image to construct a data set. Second, by designing GAN that can learn features of various poses from the data built through the 3D model, the input image can be synthesized at a desired pose. This paper presents the results of synthesizing the game character face illustration. From the synthesized result, it can be confirmed that the proposed method works well.

Control of Intelligent Characters using Reinforcement Learning (강화학습을 이용한 지능형 게임캐릭터의 제어)

  • Shin, Yong-Woo
    • Journal of Internet Computing and Services
    • /
    • v.8 no.5
    • /
    • pp.91-97
    • /
    • 2007
  • Game program had been classed by 3D or on-line game etc, and engine and game programming simply, But, game programmer's kind more classified new, Artifical Intelligence game programmer's role is important. This paper makes game character study and moved by intelligence using reinforcement learning algorithm. Fought with character enemy using developed game, Confirmed whether embodied game character is facile by intelligence, As result of an experiment, we know, studied character defends excellently than randomly moved character.

  • PDF

A 3D Game Character Design Using MAYA (MAYA를 이용한 3D게임 캐릭터 디자인)

  • Ryu, Chang-Su;Hur, Chang-Wu
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.15 no.6
    • /
    • pp.1333-1337
    • /
    • 2011
  • 3D engines loading, and expansion of the usable capacity, next-generation smartphone game markets are rising briskly by the improvement in CPU processing speed of Phones (hardware of smartphone). Therefore, in creating 3D game characters, realistic and free-form animations in a small screen of a smartphone are becoming important. Through this paper, as a method of creating characters and operating for game characters to cause user's feeling, with NURBS data of MAYA, We completed a face in turns of eyes, a nose, and a mouth, and with Polygon Cube tool, modeled hands and feet. After dividing a cube into half and modeling it, through mirror copying We completed the whole body and modeled the low-polygon. Then to model realistic and free-form characters, We completed each detail with ZBrush and applied Divide level up to 4. Though they might look rough and exaggerated, We tried to express stuck-out parts and fallen-in parts effectively and smoothly with Smooth brush effect, map and design the low-polygon 3D characters.

Power Estimation of The Embedded 3D Graphics Renderer (내장형 3차원 그래픽 렌더링 처리기의 전력소모)

  • Jang, Tae-Hong;Lee, Moon-Key
    • Journal of Korea Game Society
    • /
    • v.4 no.3
    • /
    • pp.65-70
    • /
    • 2004
  • The conventional 3D graphic accelerator is mainly focused on high performance in the application area of computer graphic and 3D video game How ever the existing 3D architecture is not suitable for portable devices because of its huge power. So, we analyze the embedded 3D graphics renderer. After the analyzing, to reduce the power, triangle set-up stage and edge walking stage are executed sequentially while scan-line processing stage and span processing stage which control performance of 3D graphic accelerator are executed parallel.

  • PDF

A Shadow Mapping Technique Separating Static and Dynamic Objects in Games using Multiple Render Targets (다중 렌더 타겟을 사용하여 정적 및 동적 오브젝트를 분리한 게임용 그림자 매핑 기법)

  • Lee, Dongryul;Kim, Youngsik
    • Journal of Korea Game Society
    • /
    • v.15 no.5
    • /
    • pp.99-108
    • /
    • 2015
  • To identify the location of the object and improve the realism in 3D game, shadow mapping is widely used to compute the depth values of vertices in view of the light position. Since the depth value of the shadow map is calculated by the world coordinate, the depth values of the static object don't need to be updated. In this paper, (1) in order to improve the rendering speed, using multiple render targets the depth values of static objects stored only once are separated from those of dynamic objects stored each time. And (2) in order to improve the shadow quality in the quarter view 3D game, the position of the light is located close to dynamic objects traveled along the camera each time. The effectiveness of the proposed method is verified by the experiments according to the different static and dynamics object configuration in 3D game.

LOD(Level-of-Detail) using Dynamic-Hierarchies of collision detection efficiency improvement in 3D object (LOD(Level-of-detail)이용한 3D객체의 동적 계층의 충돌 검사 성능 향상)

  • Lee, Chun-Ho;Kim, Tae-Yong
    • 한국HCI학회:학술대회논문집
    • /
    • 2007.02a
    • /
    • pp.963-968
    • /
    • 2007
  • In this paper introduce Standard 3D object(Bounding-Volume). In 3D game very efficient control algorithm Using collision detection which controls the convenient of a game based on Standard 3D object specially collision-detection. This algorithm is designed LOD(Level-of-Detail) using Dynamic-Hierarchies of collision detection efficiency improvement in 3D object.

  • PDF

Study about Low-Cost Autonomous Driving Simulator Framework Based on 3D LIDAR (33D LIDAR 를 기반으로 하는 저비용 자율 주행 시뮬레이터 프레임워크에 대한 연구)

  • O, Eun Taek;Cho, Min Woo;Gu, Bon Woo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2022.05a
    • /
    • pp.702-704
    • /
    • 2022
  • 자율주행 시뮬레이터를 위한 대체재로 게임 엔진을 통한 가상 환경 모의 연구가 수행되고 있다. 하지만 게임 엔진에서는 자율 주행에 필요한 센서를 기기에 맞게 사용자가 직접 모델링을 해줘야 하기 때문에 개발 비용이 크게 작용된다. 특히, Ray 를 활용한 3D LIDAR 는 GPU(Graphics Processing Unit) 사용량이 많은 작업이기 때문에 저비용 시뮬레이터를 위해서는 저비용 3D LIDAR 모의가 필요하다. 본 논문에서는 낮은 컴퓨터 연산을 사용하는 C++ 기반 3D LIDAR 모의 프레임 워크를 제안한다. 제안된 3D LIDAR 는 다수의 언덕으로 이루어진 비포장 Map 에서 성능을 검증 하였으며, 성능 검증을 의해 본 논문에서 생성된 3D LIDAR 로 간단한 LPP(Local Path Planning) 생성 방법도 소개한다. 제안된 3D LIDAR 프레임 워크는 저비용 실시간 모의가 필요한 자율 주행 분야에 적극 활용되길 바란다.

A Study on Production of Low Storage Capacity of Character Animation for 3D Mobile Games (3D 모바일 게임용 저용량 3D캐릭터 애니메이션 제작에 관한 연구)

  • Lee Ji-Won;Kim Tae-Yul;Kyung Byung-Pyo
    • The Journal of the Korea Contents Association
    • /
    • v.5 no.5
    • /
    • pp.107-114
    • /
    • 2005
  • The next generation of 3D mobile games market is becoming increasingly active, more as a result of improvement in the CPU speed of hardware phone, embarkation of 3D engines and high memory capacity, In response to this trend, popular 3D games of PS2 (PlayStation2) and popular online games are being launched as mobile games. However, mobile units have different hardware characteristics compared to those of other platforms such as the PC or the game console. Therefore, mobile game versions of the popular PC games face many limitations in many aspects such as in battery capacity, size of display, capacity of the game, and other user interface issues. Among these many limitations, study for allowing low capacity storage of the game is becoming important. In addition, realistic animation of the 3D character on the small screen of the mobile unit is more important than any other matter. The purpose of this study is to find a solution to providing realistic 3D character animation, and for decreasing the storage capacity of character animation for application in 3D mobile games.

  • PDF

Avoiding Trial-and-Error based Elements for Game Scripting (게임 스크립트를 위한 시행착오 회피 요소)

  • Jung, ChanYong
    • Journal of Korea Game Society
    • /
    • v.14 no.6
    • /
    • pp.19-28
    • /
    • 2014
  • Scripting is often used in games for novices at programming to enable implementation of the game. In this paper we examine the trial-and-error elements taken to implement game programming and identify the useful features for game scripting. This paper presents complemental elements based on avoiding trial-and-error, and discusses complementary statements implementation of this proposal, where the complementary statements were written in C# on Unity3D engine. The approach is compared and contrasted to the existing approach.