Explorar el Código

Add PLYExporter to the pages list

Garrett Johnson hace 7 años
padre
commit
71919368f2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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": {