|
@@ -85,12 +85,6 @@
|
|
<p>The base path from which files will be loaded. See [page:.setPath]. Default is *undefined*.</p>
|
|
<p>The base path from which files will be loaded. See [page:.setPath]. Default is *undefined*.</p>
|
|
|
|
|
|
|
|
|
|
- <h3>[property:String withCredentials]</h3>
|
|
|
|
- <p>
|
|
|
|
- Whether the XMLHttpRequest uses credentials - see [page:.setWithCredentials].
|
|
|
|
- Default is *undefined*.
|
|
|
|
- </p>
|
|
|
|
-
|
|
|
|
<h2>Methods</h2>
|
|
<h2>Methods</h2>
|
|
|
|
|
|
<h3>[method:Texture load]( [param:String url], [param:Function onLoad], [param:Function onProgress], [param:Function onError] )</h3>
|
|
<h3>[method:Texture load]( [param:String url], [param:Function onLoad], [param:Function onProgress], [param:Function onError] )</h3>
|
|
@@ -114,13 +108,6 @@
|
|
you are loading many models from the same directory.
|
|
you are loading many models from the same directory.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
- <h3>[method:FileLoader setWithCredentials]( [param:Boolean value] )</h3>
|
|
|
|
- <p>
|
|
|
|
- Whether the XMLHttpRequest uses credentials such as cookies, authorization headers or
|
|
|
|
- TLS client certificates. See
|
|
|
|
- [link:https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials XMLHttpRequest.withCredentials].<br />
|
|
|
|
- Note that this has no effect if you are loading files locally or from the same domain.
|
|
|
|
- </p>
|
|
|
|
|
|
|
|
<h2>Source</h2>
|
|
<h2>Source</h2>
|
|
|
|
|