Ben Houston
|
1e97815e77
add THREE.error/THREE.warning to allow for easy redirection of THREE.js specific errors and warnings.
|
10 years ago |
Elisée Maurer
|
ecd0ddd1a1
Set prototype.constructor for all derived classes
|
10 years ago |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 years ago |
Sean Griffin
|
700a77201c
Allow a number of influences per vertex other than 2
|
11 years ago |
Mr.doob
|
6a0fea258a
JSONLoader: Added check for metadata object. Fixes #4511.
|
11 years ago |
Mr.doob
|
545cbf4c34
JSONLoader: Fixed WaltHeadLo loading.
|
11 years ago |
Mr.doob
|
f46a2b841e
Removed face.centroid and geometry.computeCentroids()
|
11 years ago |
Mr.doob
|
cb10b10f4f
JSONLoader: Fixed geometry.bones check.
|
11 years ago |
Mr.doob
|
6276c90ec9
JSONLoader: More code clean up.
|
11 years ago |
Mr.doob
|
a12b8398be
JSONLoader: code clean up.
|
11 years ago |
Peter Ehrlich
|
f491e4b956
Use tabs instead of spaces for whitespace
|
11 years ago |
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)
|
13 years ago |