Skip to content

Commit d01fcd7

Browse files
oguzerogluphemavax
authored andcommitted
update index.html
1 parent a3cbc62 commit d01fcd7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ By Greggman
173173

174174
<a href="http://webglsamples.org/motionblur/application.html"><img src="http://webglsamples.org/motionblur/scene.png" /></a>
175175

176-
By Oğuz Eroğlu
176+
By Oguz Eroglu

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@ <h2><a href="%(url)s">%(name)s</a></h2>
200200
name: 'Video Texture',
201201
by: 'Greggman',
202202
},
203+
{
204+
url: '/motionblur/application.html',
205+
img: '/motionblur/scene.png',
206+
name: 'Motion Blur',
207+
by: 'Oguz Eroglu'
208+
}
203209

204210
].map(function(sample, ndx) {
205211
var col = ndx % 3;
@@ -307,4 +313,3 @@ <h3>Share</h3>
307313
</body>
308314
<script src="//cdn.webglstats.com/stat.js" defer="defer" async="async"></script>
309315
</html>
310-

0 commit comments

Comments
 (0)