Skip to content

Commit 8e73ac6

Browse files
committed
add sprite demo to index
1 parent eadf737 commit 8e73ac6

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>WebGL Samples</h1>
1616
<p>These are various WebGL samples.</p>
1717

1818
<p>Many of them use the tdl library which can be found at
19-
<a href="http://threedlibrary.googlecode.com">http://threedlibrary.googlecode.com</a>. <a href="http://code.google.com/p/threedlibrary/w/list">See the wiki for some terse docs</a>.</p>
19+
<a href="http://github.com/greggman/tdl">http://github.com/greggman/tdl</a>. </p>
2020

2121
<p>One of them, the Aquarium (aquarium/aquarium.html) can be run
2222
synchronized across machines to form a multi-display simulation.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ By Greggman
136136

137137
By Greggman
138138

139+
----
140+
[Sprites](http://webglsamples.org/sprites/index.html)
141+
142+
<a href="http://webglsamples.org/sprites/index.html"><img src="http://webglsamples.org/sprites/sprites.jpg" /></a>
143+
144+
By Ken Russell
145+
139146
----
140147

141148
[Flexible Toon Shading](http://webglsamples.org/toon-shading/toon-shading.html)

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ <h2><a href="%(url)s">%(name)s</a></h2>
175175
name: 'Spacerocks',
176176
by: "Greggman",
177177
},
178+
{ url: 'sprites/index.html',
179+
img: 'sprites/sprites.jpg',
180+
name: 'Sprites',
181+
by: "Ken Russell",
182+
},
178183
{ url: 'toon-shading/toon-shading.html',
179184
img: 'toon-shading/toon-shading.jpg',
180185
name: 'Flexible Toon Shading',

sprites/sprites.jpg

161 KB
Loading

0 commit comments

Comments
 (0)