Class: GLTFMeshGpuInstancingExporter
Extra-Helpers.GLTFMeshGpuInstancingExporter
Implements
GLTFExporterPlugin
Properties
name
• name: string
= 'EXT_mesh_gpu_instancing'
Defined in
webgi/src/helpers/gpuInstancing.ts:84
writer
• writer: GLTFWriter2
Constructors
constructor
• new GLTFMeshGpuInstancingExporter(writer
)
Parameters
Name | Type |
---|---|
writer | GLTFWriter2 |
Defined in
webgi/src/helpers/gpuInstancing.ts:85
Methods
writeNode
▸ writeNode(object
, nodeDef
): void
Parameters
Name | Type |
---|---|
object | any |
nodeDef | any |
Returns
void
Implementation of
GLTFExporterPlugin.writeNode