Browse Source

* examples/geometry_large_mesh.html: credit were credit is due :)

Mr.doob 14 years ago
parent
commit
52045b53cb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/geometry_large_mesh.html

+ 2 - 2
examples/geometry_large_mesh.html

@@ -25,7 +25,7 @@
 	
 	<body>
 		<div id="d">
-			<h1>Large mesh test</h1>
+			<h2 style="margin-bottom:4px">Large mesh test</h2> by <a href="http://alteredqualia.com/" target="_blank">AlteredQualia</a><br /><br />
 
 			<span id="rcanvas" class="button inactive">2d canvas renderer</span>
 			<span id="rwebgl" class="button">WebGL renderer</span>
@@ -37,7 +37,7 @@
 			<p>Please be patient while the mesh is loading. It may take a while, it's 3.5MB file.
 			
 			<br/>
-			<p>Best viewed in Chrome 8/9 or Firefox 4 using WebGL renderer.
+			<p>Best with Chrome 8/9 or Firefox 4 using WebGL renderer.
 			<p>Canvas renderer is very slow for this demo and only diffuse material works there.
 			<p>Use the flag --allow-file-access-from-files if working localy in Chrome.
 		</div>