Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDracoCompressionConfiguration

Configuration for Draco compression

Hierarchy

  • IDracoCompressionConfiguration

Index

Properties

Properties

decoderSearch playground for decoder

decoder: { fallbackUrl?: string; wasmBinaryUrl?: string; wasmUrl?: string }

Configuration for the decoder.

Type declaration

  • Optional fallbackUrl?: string

    The url to the fallback JavaScript module.

  • Optional wasmBinaryUrl?: string

    The url to the WebAssembly binary.

  • Optional wasmUrl?: string

    The url to the WebAssembly module.

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method