In the area of game graphics pipeline, efficiency of texture mapping process is very important. In this paper we proposed novel system of converting vector graphics data into shading language using the SVG vector graphics standard. Our system remove the dependance of special purpose authoring tool and utilize commercial vector authoring applications by using the XML-based standard. This study also can be used in the area of converting vector graphics from ‘implicit imaging model’ to ‘explicit imaging model’. We implemented this system in the RenderMan rendering architecture and we showed the result of applying vector graphics texture into 3D geometric model.
본 논문은 광선 추적법 텍스쳐 매핑에서 MIP-Map 알고리즘 사용 시 텍스쳐 이미지들의 MIP-Map 수준을 선택하는 효과적인 방식을 제안한다. 이는 렌더링 시 물체와 교차하는 광선의 길이만을 사용하여 해당 물체의 텍스쳐 MIP-Map 수준을 선택하는 방법이다. 본 방식은 MIP-Map을 지원하지 않는 방식에 비하여 텍스쳐 알리아싱 면에서 우수하고 성능 저하는 미비하다.
본 논문에서는 텍스쳐 매핑과 파티클 시스템을 이용하여, 눈 내리는 장면의 애니매이션을 OpenGL로 구현하는 두가지 방법을 제시하고 이들의 실행 결과를 비교 분석하였다. 하나는 glPointSize()함수를 사용하는 것이고 또 다른 하나는 glutSolidSphere()함수를 사용하는 것이다. 실행 결과 전자가 후자보다 실행 결과가 빨라서 속도가 느린 PC나 내리는 눈의 개체 수가 많은 경우에 사용하기에 더 적절한 방법이라 생각된다. 또 전자의 방법을 이용한 구현 과정에서 눈의 모앙과 눈의 색깔의 제어가 서로 상충되는 사실을 발견하고 이미지를 조작하여 그것을 해결하는 방법을 제시한다.