Elisée Maurer
|
ecd0ddd1a1
Set prototype.constructor for all derived classes
|
il y a 10 ans |
Mr.doob
|
2efc87a00d
Added type property to all relevant objects.
|
il y a 11 ans |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
il y a 11 ans |
Mr.doob
|
91ae0eb70a
Simplified PolyhedronGeometry.
|
il y a 11 ans |
Mr.doob
|
f46a2b841e
Removed face.centroid and geometry.computeCentroids()
|
il y a 11 ans |
WestLangley
|
84615fe345
Corrected face normal calculation in PolyhedronGeometry
|
il y a 12 ans |
WestLangley
|
09b2b8e850
PolyhedronGeometry: fixed UVs for faces that straddle the seam
|
il y a 12 ans |
Mr.doob
|
b34ef92fab
PolyhedronGeometry code clean up.
|
il y a 12 ans |
Brendan Hickey
|
9487beb60d
Copy face normal.
|
il y a 12 ans |
Brendan Hickey
|
53b2f73729
Analytic PolyhedronGeometry
|
il y a 12 ans |
Mr.doob
|
b062fee866
Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860.
|
il y a 12 ans |
Ben Houston
|
97d43cd4cd
adopt Sphere class as geometry.boundingSphere in extras.
|
il y a 12 ans |
Mr.doob
|
c1f9ef832e
Replaced THREE.UV with THREE.Vector2.
|
il y a 12 ans |
alteredq
|
de87de4f7a
Unflipped UVs for PolyhedronGeometry.
|
il y a 13 ans |
Mr.doob
|
cdfc4f3b8a
Implemented Object.create( *.prototype ) pattern as per discussion in #2080.
|
il y a 13 ans |
Mr.doob
|
5ba7abc69b
Deprecated THREE.Vertex.
|
il y a 13 ans |
Mr.doob
|
ded6c16ad3
Changed Vertex so it's just a Vector3 and updated all the examples. Fixes #1703.
|
il y a 13 ans |
Mr.doob
|
767a584df9
Added computeCentroids() call to PolyhedronGeometry. Fixes #1589.
|
il y a 13 ans |
Mr.doob
|
99ecfea429
Fixed PolyhedronGeometry vertex normals code.
|
il y a 13 ans |
Mr.doob
|
53816d94cc
Implemented @timothypratley 's Polyhedron code.
|
il y a 13 ans |