Peter Ehrlich
|
1dadcc8838
Add error for invalid skinIndices or skinWeights import data lengths. Fixes #4421
|
11 years ago |
Mr.doob
|
f345de7ded
JSONLoader: Code clean up.
|
11 years ago |
Mr.doob
|
5bb9e2d47d
JSONLoader: Added check for Scene files. Fixes #4420.
|
11 years ago |
Digitalis.Digitoxin
|
8c24163e60
Fixed Blender 2.66 exporter to export multiple actions. Credit to kontan on this one.
|
12 years ago |
Mr.doob
|
5900232fdb
Face3ized JSONLoader and BinaryLoader.
|
12 years ago |
Mr.doob
|
b3f7e8f923
Removed faceUvs stuff.
|
12 years ago |
Mr.doob
|
a41c0e1ed0
JSONLoader optimisations.
|
12 years ago |
Mr.doob
|
e65bec241c
Removed setGeometry() and setMaterial() from Mesh. Moved the boundSphere check to Frustum and Raycasting.
|
12 years ago |
Mr.doob
|
3bbaec7d96
Geometry/MaterialExporter: Added vertex/face colors support.
|
12 years ago |
Mr.doob
|
9f5c454ddd
JSONLoader: Added callbackProgress check as suggested in #3284.
|
12 years ago |
Mr.doob
|
70dbf95491
Updated JSONLoader to allow material-less data.
|
12 years ago |
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)
|
12 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 |