|
@@ -204,7 +204,8 @@ manager.addHandler( /\.tga$/i, new TGALoader() );
|
|
behavior can be used to load assets from .ZIP files, drag-and-drop APIs, and Data URIs.
|
|
behavior can be used to load assets from .ZIP files, drag-and-drop APIs, and Data URIs.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
- <br /><br />
|
|
|
|
|
|
+ <br />
|
|
|
|
+
|
|
<p>
|
|
<p>
|
|
<em>Note: The following methods are designed to be called internally by loaders. You shouldn't call
|
|
<em>Note: The following methods are designed to be called internally by loaders. You shouldn't call
|
|
them directly.</em>
|
|
them directly.</em>
|
|
@@ -233,6 +234,8 @@ manager.addHandler( /\.tga$/i, new TGALoader() );
|
|
|
|
|
|
<h2>Source</h2>
|
|
<h2>Source</h2>
|
|
|
|
|
|
- [link:https://github.com/mrdoob/three.js/blob/master/src/loaders/LoadingManager.js src/loaders/LoadingManager.js]
|
|
|
|
|
|
+ <p>
|
|
|
|
+ [link:https://github.com/mrdoob/three.js/blob/master/src/loaders/LoadingManager.js src/loaders/LoadingManager.js]
|
|
|
|
+ </p>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|