Mr.doob
|
9d2ec78f57
Fixed recent JSONLoader minor breakage.
|
12 years ago |
Mr.doob
|
51e49dd7ba
Renamed JSONLoader.createModel to .parse. Using function return instead of a callback.
|
12 years ago |
Mr.doob
|
46d3c98478
JSONLoader: Moved .withCredentials under .open. See #2927.
|
12 years ago |
Mr.doob
|
c1f9ef832e
Replaced THREE.UV with THREE.Vector2.
|
12 years ago |
alteredq
|
b11e457e6a
Fixed loading of models which were using normalmap materials inside MeshFaceMaterials.
|
12 years ago |
Mr.doob
|
1abc24587e
Removing geometry.materials and returning materials from JSONLoader.
|
12 years ago |
alteredq
|
3e4339f3dc
Added handling of MeshFaceMaterial.materials to scene format / SceneLoader.
|
12 years ago |
Michael Decker
|
5358705bc3
Added XHR 'withCredentials' option to JSONLoader to send cookies with cross-site requests (e.g. json model access token)
|
13 years ago |
Mr.doob
|
4ef1bb30ee
Removed xhr.overrideMimeType and xhr.setRequestHeader from loaders. Closes #2395.
|
13 years ago |
apendua
|
bda538b237
Changed 'text/plain' -> 'application/json' in JSONLoader.js (it solved some issues with large files loading)
|
13 years ago |
Mr.doob
|
cdfc4f3b8a
Implemented Object.create( *.prototype ) pattern as per discussion in #2080.
|
13 years ago |
Mr.doob
|
04c7bfb6e7
Using ImageLoader in ImageUtils.loadTexture.
|
13 years ago |
Mr.doob
|
a7035b78cc
Moved ColladaLoader to /examples/js. Also moved /src/extras/loaders to /src/loaders.
|
13 years ago |