blob - a blob of the file to be loaded
blob
@override Future<DataTexture?> fromBlob(Blob blob) async{ _init(); ThreeFile tf = await _loader.fromBlob(blob); return _parse(super.parse(_parseData(tf.data))); }