浏览代码

renamed example file back to webgl_lines_colors

Xander Luciano 7 年之前
父节点
当前提交
6310a6a7ff
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/webgl_lines_colors.html

+ 2 - 2
examples/webgl_lines_colorsplines.html → examples/webgl_lines_colors.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<title>three.js webgl - lines - color splines</title>
+		<title>three.js webgl - lines - colors</title>
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
 		<style>
@@ -40,7 +40,7 @@
 	<body>
 
 		<div id="info">
-			<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - color splines WebGL demo
+			<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - colors WebGL demo
 			[<a href="http://en.wikipedia.org/wiki/Hilbert_curve">Hilbert curve</a> thanks to <a href="http://www.openprocessing.org/visuals/?visualID=15599">Thomas Diewald</a>]
 		</div>