본문 바로가기

Computer Science/Computer Graphics3

Computer Graphics System 컴퓨터 그래픽이란 컴퓨터그래픽이란: 그림, 영상을 만들어 내는 것 William Fetter 라는 보잉에서 근무하는 엔지니어가 만든 용어 Computer Graphic -> 비행기 설계할 때 사용함 CGI: Computer Generated Imagery 컴퓨터 그래픽의 주제 Sprite Graphics: 2D image or animation developer.apple.com/spritekit/ SpriteKit - Apple Developer SpriteKit The SpriteKit framework makes it easy to create high-performance, battery-efficient 2D games. With support for custom OpenGL ES shaders.. 2020. 9. 8.
Computer Graphic intro 2 컴퓨터 그래픽스란 그래픽이란 그림을 그리는 것이다. 컴퓨터 그래픽은 그림을 컴퓨터 안에서 그리는 것 어떤 이미지를 만드는 일련에 행위에 대한 연구 굉장히 두루뭉실하고 포괄적이다. The Study of creating, manipulating, and using visual images in the computer Using a computer as rendering tool for the generation and manipulation of image is called computer graphics image synthesis: 이미지를 만드는 것 컴퓨터 그래픽스에서 그림을 그릴때 고려되는 요소 그림을 그리는 대상에 카메라가 있다고 가정함 카메라를 들고 피사체를 향해 서면 맺혀서 들어오는 상은 무한.. 2020. 9. 3.
Computer Graphics Intro Introduction to computer graphics 6203 학번 홀/짝으로 대면 수업 90년대 이전: 화면에 그림을 어떻게 표현할 것 인가 (2D) 90년도 이후: 그냥 그림이 아니라 삼차원 (3D) 물체를 어떻게 표현할 것인가. 3차원 그래픽을 편리하게 구현할 수 있는 많은 API 가 개발됨 그게 OpenGL 임 이 API를 사용해서 3D를 편리하게 구현했고 컴퓨터 그래픽스의 초첨이 3차원으로 넘어옴 수업목표 어떠한 것들로 그래픽을 누가 어떤작용을 해서 화면에 나타나는 것인가 이해가 목표 그렇게 표현되는 객체들을 OpenGL 을 가지고 어떻게 만들 것이냐 OpenGL 초창기엔 C/C++에 임베드 해서 사용했는데 이번학기에는 파이썬 기반으로 사용할 예정 컴퓨터 그래픽스 상황 컴퓨터 그래픽스의 .. 2020. 9. 1.