Class WebGIObject3DExtras

Hierarchy

  • GenericExtension
    • WebGIObject3DExtras

Properties

extensionName: "WEBGI_object3d_extras" = WebGIObject3DExtras.EXTENSION_NAME
textureChannels: Record<string, number>
EXTENSION_NAME: "WEBGI_object3d_extras" = 'WEBGI_object3d_extras'

Methods

  • Disables and removes the extension from the Document.

    Returns void

  • Indicates to the client whether it is OK to load the asset when this extension is not recognized. Optional extensions are generally preferred, if there is not a good reason to require a client to completely fail when an extension isn't known.

    Returns boolean

  • Lists all ExtensionProperty instances associated with, or created by, this extension. Includes only instances that are attached to the Document's graph; detached instances will be excluded.

    Returns ExtensionProperty<IProperty>[]

  • Parameters

    • context: ReaderContext

    Returns WebGIObject3DExtras

  • Indicates to the client whether it is OK to load the asset when this extension is not recognized. Optional extensions are generally preferred, if there is not a good reason to require a client to completely fail when an extension isn't known.

    Parameters

    • required: boolean

    Returns WebGIObject3DExtras

  • Parameters

    • context: WriterContext

    Returns WebGIObject3DExtras

Generated using TypeDoc