瀏覽代碼

clean up examples.

Ben Houston 9 年之前
父節點
當前提交
709a8a37b8
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      examples/files.js
  2. 1 1
      examples/webgl_lights_physical.html

+ 1 - 0
examples/files.js

@@ -57,6 +57,7 @@ var files = {
 		"webgl_kinect",
 		"webgl_lensflares",
 		"webgl_lights_hemisphere",
+		"webgl_lights_physical",
 		"webgl_lights_pointlights",
 		"webgl_lights_pointlights2",
 		"webgl_lines_colors",

+ 1 - 1
examples/webgl_lights_physical.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<title>three.js webgl - lights - point lights</title>
+		<title>three.js webgl - lights - physical lights</title>
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
 		<style>