Browse Source

Renamed gpu picking example.

Mr.doob 13 years ago
parent
commit
562bd2a869
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_interactive_cubes_gpu.html

+ 1 - 1
examples/webgl_gpu_picking.html → examples/webgl_interactive_cubes_gpu.html

@@ -1,7 +1,7 @@
 <!doctype html>
 <html lang="en">
 	<head>
-		<title>three.js webgl - gpu picking</title>
+		<title>three.js webgl - interactive cubes (gpu)</title>
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
 		<style>