jnsmalm / pixi3d

The 3D renderer for PixiJS. Seamless integration with 2D applications.
https://pixi3d.org
MIT License
752 stars 43 forks source link

Add AbortController to PIXI3D.glTFAsset.fromURL #139

Closed cqh963852 closed 1 year ago

cqh963852 commented 1 year ago

Hi, Can I add AbortController to fromURL.

If a request suspense for a long time, I want cancel the request.

image