The worker is where everything comes together.
It handles worker communication, execution of a model and
exporting the final scene as a GLTF-Transform Document or URL encoded
Blob.
This is an isomorphic module that can be used directly as a JavaScript or
TypeScript module. It can be imported as a web worker, and defines
a set of interfaces for communication in that case.
The worker is where everything comes together. It handles worker communication, execution of a model and exporting the final scene as a GLTF-Transform Document or URL encoded Blob.
This is an isomorphic module that can be used directly as a JavaScript or TypeScript module. It can be imported as a web worker, and defines a set of interfaces for communication in that case.