소스 검색

Fixed title for outline pass example (#9907)

Al M 8 년 전
부모
커밋
7d9cabaf06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/webgl_postprocessing_outline.html

+ 1 - 1
examples/webgl_postprocessing_outline.html

@@ -2,7 +2,7 @@
 
 <html lang="en">
 	<head>
-		<title>three.js webgl - post processing - Scalable Ambient Occlusion (SAO)</title>
+		<title>three.js webgl - post processing - Outline Pass</title>
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
 		<style>