setMeshoptDecoder method

GLTFLoader setMeshoptDecoder(
  1. dynamic meshoptDecoder
)

Implementation

GLTFLoader setMeshoptDecoder(meshoptDecoder) {
  _meshoptDecoder = meshoptDecoder;
  return this;
}