Mugen87
|
f291db7595
BufferGeometry: Use .fromBufferAttribute() in .computeBoundingSphere().
|
6 years ago |
Mugen87
|
c04ee58d18
BufferGeometry: Honor morph targets when computing bounding volumes.
|
6 years ago |
Takahiro
|
3e72508af6
Minor clean up BufferGeometry.toJSON(), removeing unnecessary temporal variables
|
6 years ago |
Takahiro
|
d06ece0767
Serialize name in BufferGeometry.toJSON()
|
6 years ago |
Takahiro
|
7d455a467e
Export buffer attribute name only when it is not empty in BufferGeometry.toJSON()
|
6 years ago |
Takahiro
|
df8d5be907
Export morphAttributes field only when it is not empty in BufferGeometry.toJSON
|
6 years ago |
Mr.doob
|
d2b154f821
Merge pull request #11596 from takahirox/MorphAttributeSerialization
|
6 years ago |
Don McCurdy
|
407b42d2df
Implement 'tangent' attribute.
|
7 years ago |
Mugen87
|
58736b898e
BufferGeometry: Support morph targets in .toNonIndexed()
|
6 years ago |
WestLangley
|
7f12d410ae
Cleanup
|
7 years ago |
WestLangley
|
890e756c40
Disregard groups in computeVertexNormals()
|
7 years ago |
Mugen87
|
95e93feaba
BufferGeometry: Support name of morph targets in .fromGeometry()
|
7 years ago |
Mr.doob
|
a24fe06a50
Merge pull request #13921 from takahirox/BufferGeometryUserData
|
7 years ago |
Takahiro
|
51d12de5e8
Fix inconsistency of return value from BufferGeometry .addAttribute
|
7 years ago |
Takahiro
|
0e489d543b
Add userData to BufferGeometry
|
7 years ago |
Mugen87
|
fdb44520f5
Geometry/BufferGeometry: Changed semantics of .center()
|
7 years ago |
Don McCurdy
|
0173530338
BufferGeometry: Add warning on .merge().
|
7 years ago |
Mr.doob
|
605f502652
Merge pull request #13217 from WestLangley/dev-groups
|
7 years ago |
Mugen87
|
fc0bf02af0
DirectGeometry: Remove .indices
|
7 years ago |
WestLangley
|
0fe654daa9
Honor groups in toNonIndexed()
|
7 years ago |
Mugen87
|
797149add6
Clean up linter warnings
|
7 years ago |
jason chen
|
4ef93bdb3b
fix(extend): fix extend about EventDispatcher
|
7 years ago |
Mugen87
|
391c8074ef
BufferGeometry: Remove THREE namespace
|
7 years ago |
Mugen87
|
9aef29984c
BufferGeometry: Fix .setFromPoints()
|
7 years ago |
Mugen87
|
d38d3cce02
BufferGeometry/Geometry: Introduce .setFromPoints()
|
7 years ago |
Mr.doob
|
8622b1938a
Removed GeometryIdCount(). See #10095.
|
8 years ago |
Mugen87
|
4f98376fb9
BufferGeometry: Remove MaxIndex
|
8 years ago |
bentok
|
680f499d6b
Add file extension to import paths
|
8 years ago |
WestLangley
|
55f263afd0
Refactor normalizeNormals()
|
8 years ago |
Takahiro
|
6c5ed9e479
Add morphAttributes serialization support to BufferGeometry
|
8 years ago |