Skip to main content

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

NameType
writerGLTFWriter2

Defined in

webgi/src/helpers/gpuInstancing.ts:85

Methods

writeNode

writeNode(object, nodeDef): void

Parameters

NameType
objectany
nodeDefany

Returns

void

Implementation of

GLTFExporterPlugin.writeNode

Defined in

webgi/src/helpers/gpuInstancing.ts:88