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
CW 26: Computação Gráfica - Lucas Texeira
Search
hackthursday
June 28, 2012
Programming
1
51
CW 26: Computação Gráfica - Lucas Texeira
graphics, stage3d, direct3d, webgl, opengl, cg
hackthursday
June 28, 2012
Tweet
Share
More Decks by hackthursday
See All by hackthursday
CW 36: Joomla! for dummies - Jerônimo Medina Madruga
hackthursday
1
58
CW 35: Node.JS - Guilherme Quental
hackthursday
1
48
CW 34: Bus1.me - Rafael Silva
hackthursday
2
56
CW 33: Pathfinding - Vinicius Maciel
hackthursday
1
36
CW 31: Ruby - Filipe Giusti
hackthursday
1
42
CW 25: Object Calisthenics - Vinícius Krolow
hackthursday
1
100
Other Decks in Programming
See All in Programming
Deep Dive into Kotlin Flow
jmatsu
1
360
デザイナーが Androidエンジニアに 挑戦してみた
874wokiite
0
540
スケールする組織の実現に向けた インナーソース育成術 - ISGT2025
teamlab
PRO
1
130
今から始めるClaude Code入門〜AIコーディングエージェントの歴史と導入〜
nokomoro3
0
210
機能追加とリーダー業務の類似性
rinchoku
2
1.3k
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
230
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
24
12k
🔨 小さなビルドシステムを作る
momeemt
4
690
Namespace and Its Future
tagomoris
6
700
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
550
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
400
print("Hello, World")
eddie
2
530
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1370
200k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Into the Great Unknown - MozCon
thekraken
40
2k
Docker and Python
trallard
46
3.6k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Gamification - CAS2011
davidbonilla
81
5.4k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
The Invisible Side of Design
smashingmag
301
51k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Designing Experiences People Love
moore
142
24k
Transcript
Computação Gráfica: Introdução • Definição • História • Bitmaps •
Imagens vetoriais • Rasterização • Renderização
Computação Gráfica: Matemática • Muito além da regra de três
• Geometria • Vetores, matrizes e um pouco de álgebra • Câmera formada por duas matrizes • Transformando geometria 3D em bitmaps
Computação Gráfica
Computação Gráfica: Hardware • Placa de vídeo e exibição •
Placas de vídeo com aceleração 3D • Pipeline • Frame buffer e depth buffer
Computação Gráfica
Computação Gráfica: GPU • Placas de vídeo e processamento paralelo
• Pipeline programável • Shaders
Computação Gráfica
Computação Gráfica: APIs • Renderização por software • Direct3D vs
OpenGL • OpenGL ES • Stage3D vs WebGL • O futuro da computação gráfica