diff --git a/docs/examples/exporters/GLTFExporter.html b/docs/examples/exporters/GLTFExporter.html index 65a7d0a92d62a054189c19522d8deaafa88311f7..11d984caec9777f5cbbe2f5de00ed4b66588d218 100644 --- a/docs/examples/exporters/GLTFExporter.html +++ b/docs/examples/exporters/GLTFExporter.html @@ -38,7 +38,7 @@

Constructor

-

[name]( )

+

[name]()

@@ -47,33 +47,34 @@

Methods

-

[method:null parse]( [param:Object input], [param:Function onCompleted], [param:Object options] )

+

[method:null parse]( [param:Object3D input], [param:Function onCompleted], [param:Object options] )

[page:Object input] — Scenes or objects to export. Valid options:
[page:Function onCompleted] — Will be called when the export completes. The argument will be the generated glTF JSON or binary ArrayBuffer.
- [page:Options options] - Export options
+ [page:Options options] — Export options
- Generates a .gltf (JSON) or .glb (binary) output from the input (Scene or Objects) + Generates a .gltf (JSON) or .glb (binary) output from the input (Scenes or Objects)

Source