浏览代码

Add PLYExporter to the pages list

Garrett Johnson 7 年之前
父节点
当前提交
71919368f2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/list.js

+ 2 - 1
docs/list.js

@@ -373,7 +373,8 @@ var list = {
 		},
 
 		"Exporters": {
-			"GLTFExporter": "examples/exporters/GLTFExporter"
+			"GLTFExporter": "examples/exporters/GLTFExporter",
+			"PLYExporter": "examples/exporters/PLYExporter"
 		},
 
 		"Plugins": {