diff --git a/examples/webgl_geometry_extrude_shapes.html b/examples/webgl_geometry_extrude_shapes.html index 6d1ca0d40b7c1b2b8c5d2c71bb25495d8a786c22..c6510728dd9e401dcaaeaeb5fccd53db92411bd5 100644 --- a/examples/webgl_geometry_extrude_shapes.html +++ b/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 zz85
Drag to spin'; + info.innerHTML = 'Shapes Extrusion via Spline path
Drag to spin'; container.appendChild( info ); scene = new THREE.Scene(); @@ -326,4 +326,4 @@ - \ No newline at end of file + \ No newline at end of file