Search
Preparing search index...
The search index is not available
ngx3js
Options
All
Public
Public/Protected
All
Inherited
Menu
ngx3js
I3JS
GLTFExporter
Interface GLTFExporter
Gltfexporter See the
ngx3js docs
page for details.
Examples
misc / exporter / gltf
Hierarchy
GLTFExporter
Index
Constructors
constructor
Methods
parse
parse
Async
Constructors
constructor
new GLTFExporter
(
)
:
I3JS
.
GLTFExporter
Returns
I3JS
.
GLTFExporter
Methods
parse
parse
(
input
:
I3JS
.
Object3D
<
Event
>
, onCompleted
:
(
gltf
:
object
)
=>
void
, options
:
GLTFExporterOptions
)
:
void
Parameters
input:
I3JS
.
Object3D
<
Event
>
onCompleted:
(
gltf
:
object
)
=>
void
(
gltf
:
object
)
:
void
Parameters
gltf:
object
Returns
void
options:
GLTFExporterOptions
Returns
void
parse
Async
parse
Async
(
input
:
I3JS
.
Object3D
<
Event
>
, options
:
GLTFExporterOptions
)
:
Promise
<
void
>
Parameters
input:
I3JS
.
Object3D
<
Event
>
options:
GLTFExporterOptions
Returns
Promise
<
void
>
Exports
AMMO
CHARTJS
ECHARTS
I3JS
NODES
THREE
GLTFExporter
constructor
parse
parse
Async
Generated using
TypeDoc
Gltfexporter See the ngx3js docs page for details.
Examples
misc / exporter / gltf