瀏覽代碼

Update title

paulmasson 9 年之前
父節點
當前提交
828eeebf06
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/webgl_interactive_raycasting_points.html

+ 2 - 2
examples/webgl_interactive_raycasting_points.html

@@ -1,7 +1,7 @@
 <!doctype html>
 <html lang="en">
 	<head>
-		<title>three.js webgl - interactive - raycasting - pointcloud</title>
+		<title>three.js webgl - interactive - raycasting - points</title>
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
 		<style>
@@ -29,7 +29,7 @@
 
 	<body>
 		<div id="container"></div>
-		<div id="info"><a href="http://threejs.org" target="_blank">three.js</a> webgl - interactive - raycasting - pointcloud </div>
+		<div id="info"><a href="http://threejs.org" target="_blank">three.js</a> webgl - interactive - raycasting - points </div>
 
 		<script src="../build/three.min.js"></script>