dubejf
|
2f76f92a1b
Rename _copyFrom to copy
|
10 years ago |
dubejf
|
802e589cc0
CloneProperties renamed _copyFrom, swap src / dest arg order
|
10 years ago |
dubejf
|
89491d9ba0
Clone should take no argument. Introduce CloneProperties
|
10 years ago |
dubejf
|
e93c6b3006
Geometry clone now accepts a target
|
10 years ago |
dubejf
|
324cfb9dc6
Fix typos
|
10 years ago |
WestLangley
|
5e2502286a
Added support for tangents and uvs2 to BufferGeometry and DirectGeometry
|
10 years ago |
Mr.doob
|
30dea67878
Geometry: groupsNeedUpdate support. Should fix #6694.
|
10 years ago |
Mr.doob
|
14c3d61eda
Geometry.computeVertexNormals: Reuse vertexNormals.
|
10 years ago |
Mr.doob
|
f8fe602fd7
Geometry: normalize clean up.
|
10 years ago |
Ricardo Cabello
|
fdc8fb3da4
Merge pull request #6565 from xizhonghua/master
|
10 years ago |
Zhonghua Xi
|
2cfc7d258e
update
|
10 years ago |
Zhonghua Xi
|
b439904eb9
add geometry normalization
|
10 years ago |
Mr.doob
|
cdcdde9337
Reverted console.* to THREE.* change. See #5791.
|
10 years ago |
Mr.doob
|
25ffb41e64
Refactored Texture.toJSON implementation. See #6509
|
10 years ago |
Fabian Lange
|
dad328077d
use strict (in)equalities
|
10 years ago |
Mr.doob
|
ba5e171d00
*.toJSON tweaks
|
10 years ago |
Mr.doob
|
51ca1bf28a
Updated cloth example to DynamicGeometry.
|
10 years ago |
Mr.doob
|
2189bd1a6a
Added DynamicGeometry. See #6377.
|
10 years ago |
Mr.doob
|
030c33c14f
BufferGeometry.fromFlattenedGeometry()
|
10 years ago |
brason
|
b0f0c3bd1a
Remove unnecessary semicolons
|
10 years ago |
Mr.doob
|
03b8391b2f
Removing MeshFaceMaterial.
|
10 years ago |
Mr.doob
|
c1faad5bde
Converted space indents to tabs. See #6252.
|
10 years ago |
Mr.doob
|
645c8f37ce
Merge pull request #6252 from kumavis/toJSON
|
10 years ago |
Jan Waller
|
90dd7cc0d3
#5791 Use unified Log,Warn & Error handlers, rather than directly using console.error/warn/log
|
10 years ago |
aaron
|
80214490ad
toJSON - move class specific code onto individual classes
|
10 years ago |
Mr.doob
|
eda6cd1e0e
Geometry.fromBufferGeometry(): Support drawcalls/offsets. See #5864.
|
10 years ago |
brason
|
34024452d4
Removed unused variables.
|
10 years ago |
Mr.doob
|
abb1b9ef11
Geometry: Simplified .center()
|
10 years ago |
Ben Houston
|
1e97815e77
add THREE.error/THREE.warning to allow for easy redirection of THREE.js specific errors and warnings.
|
10 years ago |
Mr.doob
|
11b5d86fc7
Geometry: Cleaned up clone().
|
10 years ago |