Browse Source

Update webgl_geometry_extrude_shapes.html example description

zz85 13 years ago
parent
commit
4db14072d7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/webgl_geometry_extrude_shapes.html

+ 2 - 2
examples/webgl_geometry_extrude_shapes.html

@@ -54,7 +54,7 @@
         info.style.top = '10px';
         info.style.width = '100%';
         info.style.textAlign = 'center';
-        info.innerHTML = 'Simple procedurally generated 3D shapes example by <a href="http://www.lab4games.net/zz85/blog">zz85</a><br/>Drag to spin';
+        info.innerHTML = 'Shapes Extrusion via Spline path<br/>Drag to spin';
         container.appendChild( info );
 
         scene = new THREE.Scene();
@@ -326,4 +326,4 @@
     </script>
 
   </body>
-</html>
+</html>