Building a 3D Modeling and Rendering Toolkit Using Object-Oriented Programming

3차원 모델링과 렌더링을 위한 객체 지향 그래픽스 툴킷

  • Kim, Sung-hee (Dept. of Computer Science and Engineering, Korea University) ;
  • Lee, Hee-woong (Dept. of Computer Science and Engineering, Korea University)
  • 김성희 (고려대학교 컴퓨터학과) ;
  • 이희웅 (고려대학교 컴퓨터학과)
  • Published : 1996.06.01

Abstract

3D graphics applications require managing and displaying objects as well as handling events. These tasks are quite complex for applications to worry about and are common to many applications. Therefore, many attempts have been made to provide toolkits with these capabilities for those applications. This paper presents a toolkit that is easy to use and well suited for the modeling and rendering tasks. The object-oriented programming techniques used in designing the toolkit make it flexible and easily extensible.

3차원 컴퓨터 그래픽스 응용 프로그램은 그래픽 객체(graphical object)들의 관리와 디스플레이(display), 그리고 객체들에 발생하는 이벤트(event)등을 처리해야만 한다. 하지만, 이들은 상당히 복잡한 일일뿐만 아니라 많은 그래픽스 응용 프로그램에 공통되는 내용들이기 때문에, 이런 응용 프로그램들에게 유연성을 제공하는 툴을 개발하려는 시도가 계속되어져 왔다. 본 논문에서는 사용하기 편리하고 쉽게 모델링과 렌더링을 할 수 있는 기능을 제공하며, 객체 지향 기법으로 설계되었기 때문에 확장이 용이한 그래픽스 툴킷의 설계 및 구현에 대해 설명한다.

Keywords