A Hybrid Rendering Model to support LOD(Level of Detail)

LOD(Level of Detail)를 지원하는 하이브리드 렌더링 모델

  • Published : 2008.09.30

Abstract

We propose the Hybrid Rendering model to support multi-resolution for computer graphics. LOD method for computer graphics system considering performance of device environment and end-user preference usually adopts mesh resolution, mipmap in texture rendering, or oct-tree data structure in ray tracing. The hybrid rendering model, as a local shading model combining Gouraud shading model and a flat shading model, applies a proper shading method to each of polygons consisting of an object. This method can be an effective alternative to reduce real-time rendering time so that it can be utilized in real time adaptive service of computer graphic contents among various device environments under ubiquitous environments.

컴퓨터 그래픽의 다중 해상도를 지원하는 하이브리드 렌더링 방법을 제안한다. 기본적으로 단말기 환경의 성능과 사용자 요구조건에 따른 그래픽을 위한 다중해상도 방법은 메시를 이용하거나 렌더링 부분에서 텍스쳐의 밉매핑이나 옥트리를 이용한 레이 트레이싱들의 적응 방법이 사용되었다. 본 연구에서는 제안한 하이브리드 렌더링 방법은 지역조명 모델에서 기존의 고로 음영과 평면 음영 라이브러리를 개선한 방법으로 하나의 물체를 이루는 여러 개의 폴리곤에 각각 다른 음영법을 적절하게 적용한다. 실시간 렌더링 시간을 줄일 수 있는 효율적인 대안 방법이 될 수 있으며 이러한 장점이 유비쿼터스 환경에서 다양한 단말기 환경의 그래픽 콘텐츠의 실시간 적응 서비스에 매우 적절하게 사용될 수 있다.

Keywords