FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WebGLSamples.github.io/google-io/2011/index.html at master · WebGLSamples/WebGLSamples.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
WebGLSamples
/
WebGLSamples.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
292
Star
981
Code
Issues
5
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
WebGLSamples.github.io
/
google-io
/
2011
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
123 lines (95 loc) · 3.16 KB
Breadcrumbs
WebGLSamples.github.io
/
google-io
/
2011
/
index.html
Copy path
File metadata and controls
executable file
·
123 lines (95 loc) · 3.16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<
html
>
<
head
>
<
title
>
WebGL Samples from Google I/O 2011
</
title
>
<
style
>
body
{
background-color
:
#
68a
;
font-family
:
Helvetica
,
Arial
,
sans-serif;
}
img
{
border
:
0
px
;
}
h1
,
.
desc
{
background-color
:
#
fff
;
border-radius
:
20
px
;
padding
:
20
px
;
margin
:
20
px
;
box-shadow
:
10
px
10
px
5
px
#
000000
;
}
iframe
,
#
samples
>
div
{
display
:
inline-block;
background-color
:
#
fff
;
border-radius
:
20
px
;
padding
:
20
px
;
margin
:
20
px
;
box-shadow
:
10
px
10
px
5
px
#
000000
;
}
a
:
link
,
a
:
visited
,
a
:
active
,
a
:
hover
{
text-decoration
:
none;
color
:
black;
}
hr
{
display
:
none;
}
</
style
>
</
head
>
<
body
>
<
h1
>
Google I/O 2011: WebGL Techniques and Performance
</
h1
>
<
div
class
="
desc
"
>
These samples were part of a presenation made at Google I/O 2011
</
div
>
<
iframe
width
="
640
"
height
="
360
"
src
="
//www.youtube.com/embed/rfQ8rKGTVlg?rel=0
"
frameborder
="
0
"
allowfullscreen
>
</
iframe
>
<
hr
/>
<
div
id
="
samples
"
>
<
div
>
<
a
target
="
_blank
"
href
="
100-objects.html
"
>
<
img
src
="
100-objects.png
"
/>
</
a
>
<
br
/>
<
a
target
="
_blank
"
href
="
100-objects.html
"
>
100-objects
</
a
>
</
div
>
<
hr
/>
<
div
>
<
a
target
="
_blank
"
href
="
1000-objects.html
"
>
<
img
src
="
1000-objects.png
"
/>
</
a
>
<
br
/>
<
a
target
="
_blank
"
href
="
1000-objects.html
"
>
1000-objects
</
a
>
</
div
>
<
hr
/>
<
div
>
<
a
target
="
_blank
"
href
="
1000-objects-optimized.html
"
>
<
img
src
="
1000-objects-optimized.png
"
/>
</
a
>
<
br
/>
<
a
target
="
_blank
"
href
="
1000-objects-optimized.html
"
>
1000-objects-optimized
</
a
>
</
div
>
<
hr
/>
<
div
>
<
a
target
="
_blank
"
href
="
10000-objects.html
"
>
<
img
src
="
10000-objects.png
"
/>
</
a
>
<
br
/>
<
a
target
="
_blank
"
href
="
10000-objects.html
"
>
10000-objects
</
a
>
</
div
>
<
hr
/>
<
div
>
<
a
target
="
_blank
"
href
="
10000-objects-matrix-optimized.html
"
>
<
img
src
="
10000-objects-matrix-optimized.png
"
/>
</
a
>
<
br
/>
<
a
target
="
_blank
"
href
="
10000-objects-matrix-optimized.html
"
>
10000-objects-matrix-optimized
</
a
>
</
div
>
<
hr
/>
<
div
>
<
a
target
="
_blank
"
href
="
10000-objects-optimized.html
"
>
<
img
src
="
10000-objects-optimized.png
"
/>
</
a
>
<
br
/>
<
a
target
="
_blank
"
href
="
10000-objects-optimized.html
"
>
10000-objects-optimized
</
a
>
</
div
>
<
hr
/>
<
div
>
<
a
target
="
_blank
"
href
="
40000-objects.html
"
>
<
img
src
="
40000-objects.png
"
/>
</
a
>
<
br
/>
<
a
target
="
_blank
"
href
="
40000-objects.html
"
>
40000-objects
</
a
>
</
div
>
<
hr
/>
<
div
>
<
a
target
="
_blank
"
href
="
40000-objects-optimized.html
"
>
<
img
src
="
40000-objects-optimized.png
"
/>
</
a
>
<
br
/>
<
a
target
="
_blank
"
href
="
40000-objects-optimized.html
"
>
40000-objects-optimized
</
a
>
</
div
>
<
hr
/>
<
div
>
<
a
target
="
_blank
"
href
="
lots-of-objects-google.html
"
>
<
img
src
="
lots-of-objects-google.png
"
/>
</
a
>
<
br
/>
<
a
target
="
_blank
"
href
="
lost-of-objects-google.html
"
>
lost-of-objects-google
</
a
>
</
div
>
<
hr
/>
<
div
>
<
a
target
="
_blank
"
href
="
../../color-adjust/color-adjust.html
"
>
<
img
src
="
../../color-adjust/color-adjust.png
"
/>
</
a
>
<
br
/>
<
a
target
="
_blank
"
href
="
../../color-adjust/color-adjust.html
"
>
color-adjust
</
a
>
</
div
>
<
hr
/>
<
div
>
<
a
target
="
_blank
"
href
="
../../persistence/persistence.html
"
>
<
img
src
="
../../persistence/persistence.png
"
/>
</
a
>
<
br
/>
<
a
target
="
_blank
"
href
="
../../persistence/persistence.html
"
>
persistence
</
a
>
</
div
>
</
div
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL