• 제목/요약/키워드: 3D Game Engine

검색결과 159건 처리시간 0.02초

아리아온라인: Dream 3D를 이용한 온라인게임 (Aria Online: On-Line Game Using Dream3D)

  • 이헌주;김현빈
    • 한국멀티미디어학회논문지
    • /
    • 제7권4호
    • /
    • pp.532-541
    • /
    • 2004
  • 컴퓨터게임은 지식정보사회에서의 멀티미디어 분야의 꽃이라고 여겨지고 있다. 기존의 온라인게임들은 2차원 게임들이 주류를 이루었으나 최근 들어 사용자들에게 많은 현실감을 제공할 수 있는 3차원 형태의 온라인게임들이 관심을 끌고 있다. 국내의 게임 기술은 2차원 온라인게임에 있어서는 경쟁력을 확보하고 있으나 기술적인 문제 때문에 3차원 게임기술 분야에 있어서는 선진국에 비하여 다소 뒤쳐져 있는 것이 사실이다. 본 논문에서는 Dream3D를 이용한 3차원 온라인게임인 아리아온라인의 설계 및 개발에 관하여 기술한다. 개발된 게임은 다수의 사용자가 게임 서버에 연결하여 동시에 게임을 진행 할 수 있도록 하는 온라인 게임으로 개발되었다.

  • PDF

Game Design of Augmented Reality RPG using Artificial Intelligence

  • An, Syoungog;Bae, Juengbean;Kim, Soo Kyung
    • 한국컴퓨터정보학회논문지
    • /
    • 제23권9호
    • /
    • pp.15-20
    • /
    • 2018
  • Currently the mobile augmented reality does not require supplemental hardware, such as markers like specific images or depth cameras, in order to acquire 3D environment information. This allows for increased accessibility and usability for the general user, and also broadened scope of development. The market research enterprise Counterpoint Research predicted that the growth of the augmented reality market will reach 70 trillion Korean Won by 2021. Application developments are also progressing. Wargaming, the developer of the global game World of Tanks, has launched an application that uses AR core at the GDC 2018. Thus, we must prepare for the impending augmented reality market and acquire top class augmented reality technology using 3D environment. This paper outlines the development of a game using AR CORE SDK to acquire 3D environment and Unity 3D game engine to combine camera images and 3D graphics, which all comes together to construct a natural augmented reality.

Design of 2.5D Survival Game using Inventory

  • Kim, Soo Kyun;Kim, Hong-Rae;Lee, Won Joo
    • 한국컴퓨터정보학회논문지
    • /
    • 제23권8호
    • /
    • pp.31-36
    • /
    • 2018
  • The survival game is characterized by the ability to survive until the item is collected and the game is completed at the specified time, and the inventory function to store the item is the core of the game. Typical survival games include 'Don't Starve', 'H1Z1', and 'Lust'. The purpose of this paper is to design a 2.5D survival game that can be enjoyed by the smart device using Unity 3D engine. Because it is designed as a mobile platform, designing light inventory function using two lists rather than existing inventory function makes it easier to design than existing inventory and light design suitable for mobile. In general, it is characterized by designing a mobile game so that it does not depend on the place of the survival game.

멀티 플랫폼에서의 2D 횡스크롤 캐주얼 게임 융합 설계 (The Design of 2D Side-Scrolling Casual Games in a Multi-platform Environment)

  • 양동혁;김수균
    • 한국융합학회논문지
    • /
    • 제6권4호
    • /
    • pp.147-152
    • /
    • 2015
  • 캐주얼 게임은 조작 난이도와 방식이 쉬워, 자투리 시간을 이용하여 누구나 즐길 수 있는 게임이다. 특히 캐릭터 게임 장르의 경우에는 귀엽고 다양한 캐릭터들이 나와 이목을 이끄는 특징을 가지고 있다. 이러한 캐릭터 게임의 경우에는 현재 PC용 게임 이외에도 많은 사용자를 가지고 있는 스마트 폰으로도 즐길 수 있다. 본 논문에서는 유니티 3D 엔진을 이용하여 스마트 폰에서 조작할 수 있는 2D 횡스크롤 캐주얼 슈팅 게임을 설계하는 것을 목적으로 한다. 유니티 3D 엔진을 사용하는 이유는 적은 비용으로 멀티 플랫폼 지원을 해주기 때문이며, 특히 하나의 프로그램 소스코드를 이용하여 다양한 플랫폼에서 구동할 수 있게 해준다. 본 논문의 특징으로는 기존 슈팅게임의 딱딱함과는 달리 10~20대 전체를 대상으로 하여 귀엽고, 아기자기한 컨셉과 손쉬운 조작 방법을 도입하여 경쾌한 게임을 설계하는 것이다.

호서 3D 온라인 게임엔진을 이용한 3D 네트워크 게임개발에 관한 연구 (A Study on the Development of a 3D Network Game using Hoseo 3D Online Game Engine)

  • 오정헌;박숭승;강종호;최삼하;김경식
    • 한국멀티미디어학회:학술대회논문집
    • /
    • 한국멀티미디어학회 2003년도 추계학술발표대회(하)
    • /
    • pp.643-646
    • /
    • 2003
  • 호서 3D 온라인 게임 엔진은 렌더링등의 기능을 담당하는 3D 엔진(클라이언트 부분)과 네트워크 기능을 담당하는 서버 엔진(서버 부분)으로 구성되어 있다. 본 논문은 호서 3D 온라인 게임 엔진을 이용한 3D Tank 데모 게임을 제작하기 위해 일반적인 게임 진행 루프를 분석한 후, 분석 결과를 게임의 목적에 따라 설계하였다. 또한, 설계에 따른 실제 3D Tank 데모 게임을 개발하였으며 이를 바탕으로 3D 온라인 게임 엔진 요소의 효율적인 통합에 대해 고찰한다.

  • PDF

실루엣 외곽선을 방법을 이용한 3인칭 액션 게임 개발 (Development of Third-Person Action Game using Outlines)

  • 김호렬;안성옥;김수균
    • 한국컴퓨터정보학회:학술대회논문집
    • /
    • 한국컴퓨터정보학회 2019년도 제59차 동계학술대회논문집 27권1호
    • /
    • pp.69-70
    • /
    • 2019
  • 현재 게임제작에 많이 사용하고 있는 Unity 3D 게임 엔진은 다양한 플랫폼을 지원하고 있으며, 장점으로는 간단하고 저렴하게 개발할 수 있어 많은 개발자가 사용하는 엔진이다. 다양한 개발사 및 개인 개발자들도 많이 사용하는 만큼 Unity 3D 게임 엔진의 다양한 기능을 습득할 필요가 있다. 3인칭 게임인 Beyond eyes 라는 게임이 시각 장애인의 캐릭터를 컨셉으로 게임이 제작되어 다양한 시각적 효과를 사용하였다. 이러한 게임에서 감명받아 Unity 3D 게임 엔진의 여러 가지 기능과 참신한 아이디어를 접목하여 다양한 시각적 효과를 구현하였고, 그에 따른 개발 방법을 설명한다.

  • PDF

Development of Mobile Social Network Game by using Web Service

  • An, Syoungog;Kang, ManJe;Kim, Soo Kyun
    • 한국컴퓨터정보학회논문지
    • /
    • 제23권10호
    • /
    • pp.81-86
    • /
    • 2018
  • In the field of mobile games, social network games are steadily increasing in market scale and public interest every year. This paper proposes a method to design a social network game, which is one of the most successful genres in mobile games. The method uses Unity3D, the most commonly used engine for mobile game development. NGUI, a versatile developmental tool of Unity3D, is used to create shops and battle UIs. This paper particularly focuses on how to use the web hosting service to search and operate the necessary data from the database in the server. In addition, the proposed social network game is easy to implement real-time battle using Animator and Raycast, and is characterized by efficient battle implementation through time delay using Coroutine function.

웹툰 군중씬 제작을 위한 게임엔진 응용 (Game engine using for production of Web comic crowd scene)

  • 정종필
    • 한국컴퓨터정보학회:학술대회논문집
    • /
    • 한국컴퓨터정보학회 2020년도 제61차 동계학술대회논문집 28권1호
    • /
    • pp.206-207
    • /
    • 2020
  • 본 논문에서는 웹툰에서 사용되는 대규모 군중 격투씬을 표현하기 위하여 Unity3D 엔진을 사용하는 방법에 대해 연구하였다. 웹툰에서는 대규모 군중을 표현할 때 그 작업량을 줄이고 속도를 올리기 위해 여러 가지 자동화 방법을 고려하고 있고, 빠른 피드백과 실시간 렌더링, 쉬운 조작이 가능한 게임 엔진은 이 경우에 매우 유용한 도구가 될 수 있다.

  • PDF

Radiosity model과 AI 알고리즘을 이용한 모바일 게임 구현 (Implementation of 3D mobile game using radiosity model and AI algorithm)

  • 김성동;진성아;조데레샤
    • 한국게임학회 논문지
    • /
    • 제17권1호
    • /
    • pp.7-16
    • /
    • 2017
  • 3D 게임그래픽 표현기술은 게임콘텐츠발전과 함께 콘텐츠 분야에서 중요한 요소가 되었다. 특히 게임 캐릭터 표현 기술은 사실적인 그래픽 기술과 시각적인 즐거움을 주는 것 이외에 게임을 진행하는 게임에 대한 몰입도의 중간 단계역할을 하며 플레이어가 마치 게임 속에서 영웅적인 모험을 즐길 수 있도록 착각을 만들어 낸다. 3D 게임에 있어서 게임캐릭터의 높은 완성도는 개발과정 가운데 캐릭터 설정작업의 세심한 디테일작업과 신중함이 주요요인으로 작용한다[3]. 본 논문에서는 게임구현을 위하여 인지적 AI 알고리즘이 적용된 3D 유니티 게임 엔진을 사용하여 radiosity의 수학적인 모델과 기본적인 radiosity 모델, 점진적 개선 radiosity 모델 기법을 방법론을 소개하고, 모바일 게임에 적용한 캐릭터 표현기법을 제안하려고 한다. 게임엔진에 실제적으로 적용하여보니 렌더링과정과 모의실험에서 표면의 투영도는 게임콘텐츠 환경의 조명도에 따라 변화됨을 발견 할 수 있어서, 전체적으로 질 높은 게임캐릭터가 완성되었음이 확인 되었다.