Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Computer Graphics : Intro
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Sricharan
April 11, 2015
Technology
0
60
Computer Graphics : Intro
Sricharan
April 11, 2015
Tweet
Share
More Decks by Sricharan
See All by Sricharan
Isospectralization
raincrash
0
600
Generative Query Networks
raincrash
0
170
Django Unchained!
raincrash
0
86
Smart Suggestions - Part II
raincrash
0
86
Smart Suggestions - Part I
raincrash
0
44
Distributed Version Control
raincrash
0
69
Mechanism and Architecture of Brain-Computer Interaction
raincrash
0
40
Computer Graphics : Part 2
raincrash
0
36
Other Decks in Technology
See All in Technology
サンタコンペ2025完全攻略 ~お前らの焼きなましは遅すぎる~
terryu16
1
540
Data Hubグループ 紹介資料
sansan33
PRO
0
2.8k
Windows ネットワークを再確認する
murachiakira
PRO
0
170
Lookerの最新バージョンv26.2がやばい話
waiwai2111
1
140
Agentic Codingの実践とチームで導入するための工夫
lycorptech_jp
PRO
0
190
生成AI活用によるPRレビュー改善の歩み
lycorptech_jp
PRO
4
1.7k
dbt meetup #19 『dbtを『なんとなく動かす』を卒業します』
tiltmax3
0
130
2026年のAIエージェント構築はどうなる?
minorun365
12
2.7k
LINE Messengerの次世代ストレージ選定
lycorptech_jp
PRO
0
160
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
360
ローカルでLLMを使ってみよう
kosmosebi
0
210
Introduction to Bill One Development Engineer
sansan33
PRO
0
370
Featured
See All Featured
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
280
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
95
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
16k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
0
2.4k
Abbi's Birthday
coloredviolet
2
5k
Being A Developer After 40
akosma
91
590k
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
Context Engineering - Making Every Token Count
addyosmani
9
720
How to Get Subject Matter Experts Bought In and Actively Contributing to SEO & PR Initiatives.
livdayseo
0
76
What does AI have to do with Human Rights?
axbom
PRO
0
2k
Transcript
Computer Graphics: Overview
What is computer graphics? • Representation and display of image
data • Concerned with mathematical and computational aspects of displaying and representing images • Not concerned with design/aesthetics
3D Modelling • Mathematical representation of 3D surface • Polygonal
modelling: Mesh • Curve modelling: NURBS
Wireframe model
NURBS surface
3D Rendering • Displaying a model (or collection of models)
• Real-time/Non real-time
The Graphics Pipeline • Vertex transformation: Translation, rotation, scaling, projection
• Clipping and rasterization, hidden surface detection • Per-pixel operations: Lighting, texture mapping • Display finished frame
Transformation matrices
Illumination
Texture mapping
The Role of the Graphics card • GPU and RAM
• Used for hardware accelerated graphics computations
The Graphics Processing Unit • Implements the graphics pipeline in
hardware • Performs vector and matrix operations, clipping, interpolation, rasterization and more • Can simultaneously perform many computations
Video Memory
The Graphics Pipeline
APIs: OpenGL and Direct3D • Used to command the graphics
card • Configure graphics pipeline, copy data to video memory, load and run shaders • Low-level
Thank you \(^o^)/