- 영문명
- 발행기관
- 한국컴퓨터게임학회
- 저자명
- 이형구(Hyoung Gu LEE)
- 간행물 정보
- 『한국컴퓨터게임학회논문지』제32권 4호, 85~92쪽, 전체 8쪽
- 주제분류
- 공학 > 컴퓨터학
- 파일형태
- 발행일자
- 2019.12.30
4,000원
구매일시로부터 72시간 이내에 다운로드 가능합니다.
이 학술논문 정보는 (주)교보문고와 각 발행기관 사이에 저작물 이용 계약이 체결된 것으로, 교보문고를 통해 제공되고 있습니다.

국문 초록
컴퓨터 게임에서 목표 위치로 이동할 때, NPC(non-player character)는 그 위치까지의 경로 탐색을 수행한다. 경로 탐색이 수행되는 동안, NPC는 실제 이동을 시작하기 전에 그 탐색 결과를 기다려야한다. 이것은 수백 개의 에이전트나 커다란 그래프를 갖는 게임에서는 한정된 CPU 자원으로 전체 경로 탐색 요청을 처리하는데 소요되는 시간이 길어져서 이러한 접근법이 게임 진행을 더디게 만든다. 경로 탐색에 할당되는 CPU 자원을 한정하여 전체 게임진행은 원활하게 할 수 있지만, 제한된 경로탐색 시간을 다수의 NPC가 나누어 사용해야 한다. 제한된 검색 시간으로 지연이 너무 길어지면, NPC는 막연하게 기다리거나 벽이나 다른 장애물로 목적 없이 진행하게 된다. 이런 경우 해결 방법 중의 하나는 완성된 경로를 기다리기 전에 NPC가 목표 위치까지의 부분 경로를 조기에 결정하는 것이다. 즉, 사용자가 정의한 수의 검색 사이클이나 검색 깊이가 도달된 후에는 목표에 가장 가까운 노드에 이르는 경로를 반환하도록 A* 알고리즘을 변경하는 것이다. 그러면 NPC는 완전한 경로가 만들어질 때까지 이 부분경로를 따라가고 그 사이에 도착하는 전체 경로를 반영하여 최종 목적지에 도착할 수 있다. 실험을 통해 부분 경로를 생성했을 때, 실시간 게임에서 훨씬 더 사실감을 증대시키는 효과가 있음을 확인하였다.
영문 초록
When moving to a target position in a computer game, the NPC( non-player character ) performs a path search to that position. While the path search is running, NPC has to wait for the search results before starting the actual movement. This increases the amount of time it takes to process all the path search requests with limited CPU resources in games with hundreds of agents or large graphs, making this approach slow to play. Although overall game play can be facilitated by limiting the CPU resource allocated to path search, the allocated path search time should be shared by many NPCs. If the delay becomes too long with limited search time, NPC will either wait vaguely or proceed aimlessly into walls or other obstacles. In this case, one solution is for the NPC to determine the partial path to the target position early before waiting for the completed path. This means changing the A* algorithm to return a path to the node closest to the target after a user-defined number of search cycles or search depth has been reached. The NPC can then follow this sub-path until a complete path is generated and arrived in between and arrive at the final destination reflecting the entire path. Experiments have shown that when partial path is generated, real-time game has a much more realistic effect.
목차
1. Introduction
2. A* Algorithm
3. Planning Paths by Time
4. Method for creating partial path
5. Conclusion and Future Research
해당간행물 수록 논문
- Collection of user’s biosignal data for evaluation of virtual reality game contents usability and design and implementation of visualization solution
- Implementation of a 3D Scene Access Interface Using Unity and X3D
- A study of effective platform to enhance SW learner’s motivation and participation
- A Study on the Exhibition Using Multi Development Tools : Focused on Animal Kiosk
- A Study on the Partial Path Generation in the A* Path Search
- Adventure Game Design using Location-based AR Technology
- Art Coding Education Program to Improve Computational Thinking
- A Study on the Game Immersion and Emotional Evaluation through Eye Tracking
- R&E Educational Program for the Gifted Middle School Students in Informatics using Computer Game Development
- Research on the Importance Mobile MMORPG Design Factor Using AHP
- A Study on Factors Influencing Teachers Willingness to Use Commercial Online Games in School
- A Study on the Serious game for Improving Cognitive Function
- Focus Guide Marker with Movement in 360 ° VR Environment
- A New Unlock System available in Offline Space-moving Game
- A Study on Parent Education for Attachment-based Infant Brain Development Using M-Learning
- Gamification for Education of Deep Learning
- Improving Reaction-Diffusion Based Tone Representation using Discontinuity Information
- Research on Emotional Interaction Design in Trading Card Game
- Development of Serious VR Game for Chinese Daily Expression Learning: Taking the Game Classroom Simulation as an Example
참고문헌
관련논문
공학 > 컴퓨터학분야 BEST
- 지도서비스를 이용한 위치 기반 관광 빅데이터의 시각화
- 공서비스 공급 관점에서 살펴본 비의료 건강관리서비스 인증 시범사업과 의료민영화 논쟁
- 인적 특성을 반영한 안전 정보디자인의 개념과 특징
공학 > 컴퓨터학분야 NEW
- 스마트미디어저널 제14권 제6호 목차
- ASD 예측을 위한 연합학습 기반 시선 추적 이미지 분류 모델 구축
- A review of the clinical implementation of a transparent orthodontic system utilizing Korean technology
최근 이용한 논문
교보eBook 첫 방문을 환영 합니다!
신규가입 혜택 지급이 완료 되었습니다.
바로 사용 가능한 교보e캐시 1,000원 (유효기간 7일)
지금 바로 교보eBook의 다양한 콘텐츠를 이용해 보세요!
