본문 바로가기

반응형

Graphics

CIE 색 모델 ( 1931 Commission Internationale de l'Eclairage Color Model ) 주제(Subject) -------------------------------------------------------- 한글(약어) : CIE 색 모델() 영어(약어) : 1931 Commission Internationale de l'Eclairage Color Model(CIE Color Models) 관련개념(Related Concepts) -------------------------------------------------------- 색도 도표 표준원색 컴퓨터그래픽스 색 모델 색 영역 RGB 모델 개요(Summary) -------------------------------------------------------- 색을 정의하는 국제적인 표준기법 본문(Body) ------------.. 더보기
컴퓨터 그래픽스 중간고사 기출문제 2006년 중간고사 ※ 다음 세 개의 문항을 모두 풀이하시오. 1. 다음 용어를 간략히 설명하시오. (배점 : 30%) (가) 데이터 시각화 (나) 프레임 버퍼 (다) 비트맵 폰트와 윤곽선 폰트 2. 다음은 뷰잉 파이프라인을 보여주는 그림이다. (가), (나), (다)에 해당되는 좌표 기준 프레임에 대하여 설명하라. (배점 : 30%) 3. 다음은 기울기 m 이 0 < m < 1인 경우에 대한 Bresenham 직선 알고리즘이다. (x0, y0)와 (xend, yend)를 연결하며, (x0, y0)가 좌측 끝점에 해당된다. 다음 질문에 답하시오. (배점 : 40%) Δx ← xend - x0, Δy ← yend - y0 ; x ← x0, y ← y0, p ← 2Δy - Δx ; setPixel(x, y).. 더보기
OpenGL 주제(Subject) -------------------------------------------------------- 한글(약어) : OpenGL() 영어(약어) : OpenGL() 관련개념(Related Concepts) -------------------------------------------------------- 그래픽 API Direct3D Open Inventor GKS(Graphical Kernel System) PHIGS(Programmer's Hierarchical Interactive Graphics Standard) 개요(Summary) -------------------------------------------------------- GL은 Graphics Library의.. 더보기
OpenGL 실행을 위한 glut.h , glut32.dll , glut32.lib 다운로드 받는 곳 Here~! http://www.xmission.com/~nate/glut.html VERSION/INFO: This is GLUT for Win32 version 3.7.6 as of Nov 8th 2001. See the COPYRIGHT section for distribution and copyright notices. Send all bug reports and questions for this version of GLUT to Nate Robins [nate@pobox.com]. For more information about GLUT for Win32, see the web page: www.pobox.com/~nate/glut.html or subscribe to the GLUT for W.. 더보기

반응형