Class GLTFWriter2

Hierarchy

Constructors

  • Returns GLTFWriter2

Properties

_defaultMaterial: MeshStandardMaterial<Event, string> = ...
options: GLTFExporterOptions & {
    exporterOptions: GLTFExporter2Options;
    externalImagesInExtras: boolean;
}

Type declaration

Methods

  • Used in GLTFWriter2.processTexture for rootPath. Note that this does not check for options.exporterOptions.embedUrlImages, it must be done separately.

    Parameters

    • image: any
    • uri: string
    • flipY: boolean
    • mimeType: string = 'image/png'

    Returns any

Generated using TypeDoc