Browse Source

Reference Utah Teapot properly

rexim 2 years ago
parent
commit
5a2ece2661
1 changed files with 2 additions and 1 deletions
  1. 2 1
      index.html

+ 2 - 1
index.html

@@ -54,7 +54,8 @@
 
 
     <div id="sec-teapot3d">
     <div id="sec-teapot3d">
       <h2 id="demo-teapot3d"><a href="#demo-teapot3d">Utah Teapot</a></h2>
       <h2 id="demo-teapot3d"><a href="#demo-teapot3d">Utah Teapot</a></h2>
-      <p>Famous <a href="https://graphics.stanford.edu/courses/cs148-10-summer/as3/code/as3/teapot.obj">Utah Teapot</a> model. (I have no idea why it runs with a reasonable FPS). Source:&nbsp;<a href="https://github.com/tsoding/olive.c/blob/master/demos/teapot3d.c">demos/cup3d.c</a></p>
+      <p>Famous <a href="https://en.wikipedia.org/wiki/Utah_teapot">Utah Teapot</a>. Model by <a href="https://graphics.stanford.edu/courses/cs148-10-summer/as3/code/as3/teapot.obj">Standford University</a>. Source:&nbsp;<a href="https://github.com/tsoding/olive.c/blob/master/demos/teapot3d.c">demos/cup3d.c</a></p>
+      <p>(I have no idea why it runs with a reasonable FPS)</p>
       <canvas id="app-teapot3d"></canvas>
       <canvas id="app-teapot3d"></canvas>
     </div>
     </div>