Sfoglia il codice sorgente

Add PLYExporter to the pages list

Garrett Johnson 7 anni fa
parent
commit
71919368f2
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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": {