Function glbEncryptionProcessor

  • Sample encryption processor for GLTFExporter2 that wraps the glb in a new glb with encrypted content and encryption metadata. Uses AES-GCM (aesGcmEncrypt) for encryption since it is widely supported across browsers and js environments.

    Parameters

    Returns Promise<any>

Generated using TypeDoc