Browse Source

Update title

paulmasson 9 năm trước cách đây
mục cha
commit
828eeebf06
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>