linbingquan
|
9ea2d4a418
Extract public method for createElementNS. (#22488)
|
4 年之前 |
Rawr
|
0a212486f6
redo of init commit
|
5 年之前 |
Mr.doob
|
4944e56c06
Removed all @author mrdoob.
|
5 年之前 |
Mugen87
|
ed202faac3
Loaders: Move to let/const.
|
5 年之前 |
Mugen87
|
3d48465798
ImageLoader: Remove url parameter check in load().
|
6 年之前 |
Mugen87
|
b19e283f1f
ImageLoader: Inherit from Loader.
|
6 年之前 |
zprodev
|
f35784d8b7
Improve error handling for LoadingManager
|
6 年之前 |
Mugen87
|
5ec5d6d615
Loaders: Harmonize crossOrigin default value
|
7 年之前 |
Mr.doob
|
c209347254
ImageLoader: Clean up.
|
7 年之前 |
Max Wagner
|
6d916aed6b
rename loadListener, errorListener to onInternalLoad, onInternalError, declare with "regular" function syntax
|
7 年之前 |
Max Wagner
|
923a8fdcdb
ImageLoader: remove both 'load' and 'error' listeners immediately after either of load or error completes, prevents undesired GC references
|
7 年之前 |
Don McCurdy
|
09de3f3102
LoadingManager: setResourceTransform -> setURLModifier.
|
7 年之前 |
Don McCurdy
|
91e73b65ff
Implement manager.resolveResourceURL()
|
8 年之前 |
bentok
|
680f499d6b
Add file extension to import paths
|
8 年之前 |
Mr.doob
|
8aacfda2d9
ImageLoader, TextureLoader, CubeTextureLoader: Testing crossOrigin to Anonymous by default.
|
8 年之前 |
Mr.doob
|
50b433ec10
FileLoader/ImageLoader/ObjectLoader: call itemEnd on error. See #11125.
|
8 年之前 |
Mr.doob
|
722473808f
Clean up.
|
8 年之前 |
Takahiro
|
2f65c17569
Not set crossOrigin for data: URI in ImageLoader
|
8 年之前 |
Josiah Konrad
|
5463a48edb
removed mistaken THREE from recent revert
|
8 年之前 |
Mr.doob
|
e7f7d330b9
Revert to FileLoader-based ImageLoader. See #10439.
|
8 年之前 |
Kevan Stannard
|
18d14c261f
Explicitly set the SVG MIME type (to fix loading SVGs as textures)
|
8 年之前 |
Mr.doob
|
5f10ba144f
ImageLoader: Added comment.
|
8 年之前 |
Takahiro
|
73a4ca56b5
ImageLoader crossOrigin support
|
8 年之前 |
Mr.doob
|
c2cec2e7dc
Renamed XHRLoader to FileLoader.
|
8 年之前 |
Mr.doob
|
3df2be31bc
Clean up.
|
9 年之前 |
Gareth Morgan
|
3180322e95
Call onError CB if createElementNS fails (#9799)
|
9 年之前 |
Benjamin Dobell
|
1398a401dd
Remove onload callback after its fired (avoid leaks) (#9649)
|
9 年之前 |
Mr.doob
|
9147f32ca2
Clean up.
|
9 年之前 |
Karim Beyrouti
|
9d945e1194
Added `setWithCredentials` function to: ImageLoader, and TextureLoader which send the `withCredentials` variable to the XHRLoader. (#9391)
|
9 年之前 |
Rich Harris
|
4f98d35ed7
Remove unused `is*` properties (#9381)
|
9 年之前 |