瀏覽代碼

Fixed Lee Perry-Smith head broken link.

Mr.doob 10 年之前
父節點
當前提交
488383978e

+ 1 - 1
examples/webgl_loader_ctm.html

@@ -38,7 +38,7 @@
 		<a href="http://openctm.sourceforge.net/" target="_blank">CTM format</a> loader test -
 		using <a href="http://code.google.com/p/js-openctm/">js-openctm</a> -
 		models from <a href="http://www.sci.utah.edu/~wald/animrep/" target="_blank">The Utah 3D Animation Repository</a>,
-		<a href="http://www.ir-ltd.net/infinite-3d-head-scan-released/" target="_blank">Lee Perry-Smith</a>,
+		<a href="http://graphics.cs.williams.edu/data/meshes.xml#14" target="_blank">Lee Perry-Smith</a>,
 		<a href="http://davidoreilly.com/post/18087489343/disneyhead" target="_blank">David OReilly</a>
 		</div>
 

+ 1 - 1
examples/webgl_materials_bumpmap.html

@@ -45,7 +45,7 @@
 	<body>
 		<div id="info">
 			<a href="http://threejs.org" target="_blank">three.js</a> - webgl bump mapping without tangents using <a href="http://mmikkelsen3d.blogspot.sk/2011/07/derivative-maps.html">Morten Mikkelsen's</a> method -
-			<a href="http://www.ir-ltd.net/infinite-3d-head-scan-released/" target="_blank">Lee Perry-Smith</a> head
+			<a href="http://graphics.cs.williams.edu/data/meshes.xml#14" target="_blank">Lee Perry-Smith</a> head
 		</div>
 
 		<script src="../build/three.min.js"></script>

+ 1 - 1
examples/webgl_materials_bumpmap_skin.html

@@ -42,7 +42,7 @@
 	<body>
 		<div id="info">
 			<a href="http://threejs.org" target="_blank">three.js</a> - webgl simple single-pass skin material with <a href="http://mmikkelsen3d.blogspot.sk/2011/07/derivative-maps.html">tangent-less bump mapping</a> -
-			<a href="http://www.ir-ltd.net/infinite-3d-head-scan-released/" target="_blank">Lee Perry-Smith</a> head
+			<a href="http://graphics.cs.williams.edu/data/meshes.xml#14" target="_blank">Lee Perry-Smith</a> head
 		</div>
 
 		<script src="../build/three.min.js"></script>

+ 1 - 1
examples/webgl_materials_normalmap.html

@@ -44,7 +44,7 @@
 	<body>
 		<div id="info">
 			<a href="http://threejs.org" target="_blank">three.js</a> - webgl normalmap demo.
-			<a href="http://www.ir-ltd.net/infinite-3d-head-scan-released/" target="_blank">Lee Perry-Smith</a> head.
+			<a href="http://graphics.cs.williams.edu/data/meshes.xml#14" target="_blank">Lee Perry-Smith</a> head.
 
 			<div id="vt">displacement mapping needs vertex textures (GPU with Shader Model 3.0)<br/>
 			on Windows use <span class="code">Chrome --use-gl=desktop</span> or Firefox 4<br/>

+ 1 - 1
examples/webgl_materials_skin.html

@@ -43,7 +43,7 @@
 
 		<div id="info">
 			<a href="http://threejs.org" target="_blank">three.js</a> - webgl skin rendering demo.
-			<a href="http://www.ir-ltd.net/infinite-3d-head-scan-released/" target="_blank">Lee Perry-Smith</a> head.
+			<a href="http://graphics.cs.williams.edu/data/meshes.xml#14" target="_blank">Lee Perry-Smith</a> head.
 		</div>
 
 		<script src="../build/three.min.js"></script>

+ 1 - 1
examples/webgl_postprocessing_advanced.html

@@ -35,7 +35,7 @@
 
 		<div id="info">
 			<a href="http://threejs.org" target="_blank">three.js</a> - webgl postprocessing example -
-			<a href="http://www.ir-ltd.net/infinite-3d-head-scan-released/" target="_blank">Lee Perry-Smith</a> head
+			<a href="http://graphics.cs.williams.edu/data/meshes.xml#14" target="_blank">Lee Perry-Smith</a> head
 		</div>
 
 		<div id="container"></div>