• Title/Summary/Keyword: 지형렌더링

Search Result 60, Processing Time 0.023 seconds

A Terrain Rendering Method using Roughness Map and Bias Map (거칠기맵과 편향맵을 이용한 지형 렌더링 가법)

  • Lee, Eun-Seok;Jo, In-Woo;Shin, Byeong-Seok
    • Journal of the Korea Computer Graphics Society
    • /
    • v.17 no.2
    • /
    • pp.1-9
    • /
    • 2011
  • In recent researches, several LOD techniques are used for real-time visualization of large sized terrain data. However, during mesh simplification, geometry popping may occur in consecutive frames, because of the geometric error. We propose an efficient method for reducing the geometry popping using roughness map and bias map. A roughness map and a bias map are used to move vertices of the terrain mesh to appropriate position where they minimize the geometry errors. A roughness map and a bias map are represented as a texture suitable for GPU processing. Moving vertices using bias map is processed on the GPU, so the high-speed visualization can be possible.

An Authoring System for Large-scale 3D Game Map (대규모 지형의 3D 게임맵 구성을 위한 저작 시스템 개발)

  • 김혜선;이동춘;박찬용;장병태
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.10d
    • /
    • pp.451-453
    • /
    • 2002
  • 최근 들어, 3D 게임개발이 활발해지면서 게임 맵을 생성하기 위한 저작 시스템 또한 그 필요성을 더해 가게 되었다. 본 논문의 3D 게임 맵 저작 시스템은 맵을 구성하기 위해 자체적인 지형 생성 기능을 제공하며, 다양한 3D 객체 배치 기능, 스크립트 작성 및 시뮬레이션 기능을 제공한다. 특히, 대규모 실외용 지형을 생성하기에 적합하도록 특수화된 지형 구조를 가지고 있으며, 기존의 지형 CLOD 알고리즘을 개선하여 특수화된 지형의 렌더링 속도 문제를 해결하였다. 또한, 사용자가 손쉽게 게임 맵을 생성할 수 있도록 편리한 사용자 인터페이스를 지원한다.

  • PDF

Wang Tile Terrain Synthesis and Real-Time Rendering using Parallax Mapping (왕(Wang) 타일 지형 합성과 시차 맵핑을 이용한 실시간 렌더링)

  • Jeong, Jae-Won;Choi, Min-Gyu
    • Journal of Korea Game Society
    • /
    • v.8 no.1
    • /
    • pp.71-77
    • /
    • 2008
  • The geometric structure constructs terrain from height map and non-periodically tiling with Wang tile for the detail description. It will be able to express detail bump using parallax mapping to add decal data together with height data in tile. We solve the problem when the real-time rendering and propose improving of parallax mapping for the terrain.

  • PDF

GPU-only Terrain Rendering for Walk-through (Walk-through를 지원하는 GPU 기반 지형렌더링)

  • Park, Sun-Yong;Oh, Kyoung-Su;Cho, Sung-Hyun
    • Journal of Korea Game Society
    • /
    • v.7 no.4
    • /
    • pp.71-80
    • /
    • 2007
  • In this paper, we introduce an efficient GPU-based real-time rendering technique applicable to every kind of game. Our method, without an extra geometry, can represent terrain just with a height map. It makes it possible to freely go around in the air or on the surface, so we can directly apply it to any computer games as well as a virtual reality. Since our method is not based on any geometrical structure, it doesn't need special LOD policy and the precision of geometrical representation and visual quality absolutely depend on the resolution of height map and color map. Moreover, GPU-only technique allows the general CPU to be dedicated to more general work, and as a result, enhances the overall performance of the computer. To date, there have been many researches related to the terrain representation, but most of them rely on CPU or confmed its applications to flight simulation, Improving existing displacement mapping techniques and applying it to our terrain rendering, we completely ruled out the problems, such as cracking, poping etc, which cause in polygon-based techniques, The most important contributions are to efficiently deal with arbitrary LOS(Line Of Sight) and dramatically improve visual quality during walk-through by reconstructing a height field with curved patches. We suggest a simple and useful method for calculating ray-patch intersections. We implemented all these on GPU 100%, and got tens to hundreds of framerates with height maps a variety of resolutions$(256{\times}256\;to\;4096{\times}4096)$.

  • PDF

An Efficient Quadtree-based Triangulationfor DEMusing Ping-Pong Buffer (핑퐁버퍼를 이용한 DEM의 효율적인 사진 트리 삼각화)

  • Lee, Eun-Seok;Lee, Jin-Hee;Enkhtsoga, Batamgalan;Shin, Byeong-Seok
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2015.10a
    • /
    • pp.1480-1483
    • /
    • 2015
  • 최근의 대용량 DEM 데이터는 실시간 렌더링을 하기엔 많은 양의 폴리곤을 필요로 한다. 사진 트리는 이러한 DEM 데이터를 실시간에 렌더링 하기 위해 지형 메쉬를 간략화하는데 널리 사용되는 자료구조이다. 트리구조는 재귀 연산 및 포인터 연산과 같이 GPU 에서 제공하지 않는 기능을 필요로 하기 때문에 일반적으로 CPU 상에서 구현되어 사용된다. GPU 에서 사진 트리 삼각화 기법을 사용하기 위해서 기존의 연구에서는 정점 프리미티브와 스트림 출력 단계를 이용하였다. 하지만 이 방법은 매 프레임 루트 노드부터 리프 노드까지 탐색을 하며 지형 메쉬를 새로 생성 해야하기 때문에 불필요한 연산이 많다. 제안하는 방법은 핑퐁 버퍼를 이용하여 이전 프레임에서 사용한 지형 메쉬를 다음 프레임에서 재활용하여 기존 GPU 기반 사진 트리 삼각화 기법을 가속화한다. 기존 방법이 매 프레임 사각형 패치를 세분화 하면서 지형 메쉬를 생성하는 대신 제안하는 방법은 이전 프레임에서 사용한 메쉬의 각 패치들을 병합하거나 세분화하는 방법을 사용한다. 따라서 본 방법은 GPU 기반 사진 트리 삼각화의 재귀 호출을 제거하여 연산량을 줄이고 매 프레임 CPU-GPU 간의 데이터 전송량도 효율적으로 줄여 기존의 방법을 효율적으로 가속화 한다.

Efficient Rendering Engine of Large Scale Terrain Data for Streaming Services (대용량 위성영상 지형 데이타의 스트리밍 서비스를 위한 효율적인 렌더링 모듈)

  • Park, Tae-Joo;Lee, Sang-Jun
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.14 no.7
    • /
    • pp.748-752
    • /
    • 2008
  • Various services are developed from advancement of satellite imagery methodologies and internet infrastructure expansions. However, most of these services still rely upon low-resolution satellite images combined with DEM models. In this paper, we have implemented the raw data processing modules and other modules that transfer and render high-spatial resolution satellite images for efficient streaming services in web environments. By utilizing the Bukhan-mountain data as a pilot study, the paper has proposed the efficient approach to solve graphical problems in real time processing the large geographical area.

Real-time Rendering of Realistic Grasses Using Fractal and Shader-Instancing (프랙탈과 셰이더 인스턴싱 기법을 이용한 자연스러운 잔디의 실시간 렌더링)

  • Kim, Jin-Mo;Cho, Hyung-Je
    • Journal of Korea Multimedia Society
    • /
    • v.13 no.2
    • /
    • pp.298-307
    • /
    • 2010
  • The grass is one of important components that cover the wide surfaces in the application such as game or real time simulation. Actually, it not easy to render effectively numerous grasses that grow over the wide terrain. To solve the difficulty, we must find a solution to the two contradictions in terms : quality and calculation cost. As a solution to the above-mentioned task, in this paper, we propose an efficient method to represent the natural grasses by introducing fractal theory and instancing technique. Although the existing grass representation methods make use of a simple rule of applying a basic grass model repeatedly in rendering process, on the contrary we take advantage of the basic property of fractal's self-similarity and we devise a natural representation method suited to the given environment by introducing two important growth factors such as nature of terrain and quantity of light, and finally we apply a GPU-based shader instancing technique to rendering numerous grass models in real-time.

LDI (Layered Depth Image) Representation Method using 3D GIS Implementation (LDI 표현방법을 이용한 3D GIS 구현)

  • Song Sang-Hun;Jung Young-Kee
    • KSCI Review
    • /
    • v.14 no.1
    • /
    • pp.231-239
    • /
    • 2006
  • Geographic information system (GIS) geography reference it talks the software system which is possible. When like this geographic information system in key feature trying to observe the problem which is an expression of geography information in the center, the research and development with 3 dimension expressions is active from 2 dimension expressions of existing and it is advanced. double meaning geography information which is huge to be quick, the place where it controls efficiently there is a many problem, the ring from the dissertation which it sees and 3 dimensions and efficient scene of the GIS rendering compared to the ring from hazard image base modeling and rendering compared to hazard proposal LDI (Layered Depth Images) it uses GIS rendering compared to the ring to sleep it does. It acquired the terrain data of 3 dimensions from thread side base method. terrain data of 3 dimensions which are acquired like this the place where it has depth information like this depth information in base and the LDI, it did it created. Also it was a traditional modeling method and 3DS-Max it used and it created the LDI. It used LDI information which is acquired like this and the GIS of more efficient 3 dimensions rendering compared to the possibility of ring it was.

  • PDF

Construction of Large-scale outdoor terrain for online 3D game (온라인 3D 게임을 위한 대규모 실외 지형 구성)

  • Kim, Hye-Sun;Lee, Dong-Chun;Park, Chan-Yong;Jang, Byung-Tae
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.11a
    • /
    • pp.467-470
    • /
    • 2002
  • 3D 게임 산업이 발전하고 여러 사용자가 온라인 상에서 즐길 수 있도록 대형화되면서 그 규모 또한 대형화되고 있다. 본 논문은 대규모 실외용 지형을 생성하기에 적합하도록 계층화된 지형 구조를 소개하고 있으며, 기존의 지형 CLOD 알고리즘을 개선하여 넓고 구조화된 지형의 렌더링 속도 문제를 해결하였다. 이를 통하여 대규모 온라인 게임의 지명 구성 시 발생하는 지형 최적화 문제를 해결하고 실시간으로 게임을 진행할 수 있다.

  • PDF

비사실적 렌더링 기술동향

  • Kim Seong-Ye;Kim Hui-Jeong;Kim Bo-Yeon;Lee Ji-Hyeong;Gu Bon-Gi
    • Korea Multimedia Society
    • /
    • v.9 no.3_4
    • /
    • pp.78-94
    • /
    • 2005
  • 비사실적 렌더링은 인간 친화적인 영상을 생성하기 위해 사람이 손으로 그린듯한 느낌의 영상 생성을 목적으로 한다 좀더 넓은 범위에서의 의미는 사실감을 추구하지 않는 영상을 생성하는 모든 수단으로서 정의될 수 있으며, 따라서 사람이 손으로 그리기에 비현실적일 수 있는 영상의 형태까지도 포함된다. 80년대 말부터 90년대 초 연구결과가 주목받기 시작하면서 이후 10여년간 주목할만한 많은 연구내용들이 발표되어 왔다. 특히, 최근에는 상업적 측면에서의 관심이 증가하면서 애니메이션, 광고, 게임, 의료, 건축, 기계 등 다양한 분야에서의 요구가 증가하고 있다. 하지만 응용 분야의 특성 상 앞으로 해결해야 할 문제들이 많이 남아 있다. 본 논문에서는 비사실적 렌더링의 발전과 주요한 기술들에 대해서 설명한다. 또한 최근의 연구 동향을 바탕으로 앞으로의 발전 방향을 제시한다.

  • PDF