Browse Source

Add PLYExporter to the pages list

Garrett Johnson 7 năm trước cách đây
mục cha
commit
71919368f2
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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": {