Mr.doob
|
b1884c623a
Geometry/BufferGeometry: Handle primitives in clone()
|
10 years ago |
Mr.doob
|
8ed08e983f
Replaced EPSILONS with Number.EPSILON.
|
10 years ago |
Mr.doob
|
36c1aeff64
TubeGeometry: Saving taper parameter.
|
10 years ago |
Martin Naumann
|
abccf232ba
Overwritten THREE.Geometry.clone for THREE.TubeGeometry to fix #7301
|
10 years ago |
gero3
|
923256459e
fixed files to codestyle
|
10 years ago |
dubejf
|
324cfb9dc6
Fix typos
|
10 years ago |
brason
|
34024452d4
Removed unused variables.
|
10 years ago |
gero3
|
fe8493157e
codestyle fixes
|
10 years ago |
Mr.doob
|
54c1e82351
TubeGeometry. Fixed NoTaper. See #5679.
|
10 years ago |
Jono Brandel
|
79a082a0f6
added an optional function taper to THREE.TubeGeometry to customize vertex projections
|
10 years ago |
Elisée Maurer
|
ecd0ddd1a1
Set prototype.constructor for all derived classes
|
10 years ago |
Mr.doob
|
2efc87a00d
Added type property to all relevant objects.
|
11 years ago |
Mr.doob
|
95bc1ff8ec
Commented out unused code.
|
11 years ago |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 years ago |
Mr.doob
|
f8bd805b1c
Depolluted primitive generators.
|
11 years ago |
Mr.doob
|
f46a2b841e
Removed face.centroid and geometry.computeCentroids()
|
11 years ago |
Mr.doob
|
c57ac02251
Fixed more UV sharing geometry generators and loaders. See #3762.
|
12 years ago |
Mr.doob
|
631d6e367a
Swaped edge orientation... (abc,acd to abd,bcd)
|
12 years ago |
Mr.doob
|
8cb7093b5a
Face3ized more geometries.
|
12 years ago |
WestLangley
|
fc5e3e1a15
Miscelaneous fixes
|
12 years ago |
Aleksandar Rodic
|
a4bee66f8c
added custom UI classes for attributes
|
12 years ago |
Mr.doob
|
39763ab7d0
Changed back some .projectPoint() to .applyMatrix4() as per bb873d16d676ead71dfce5181a73828b5993a05f.
|
12 years ago |
Mr.doob
|
bb873d16d6
Added Vector3.projectPoint() as suggested in #2921.
|
12 years ago |
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.
|
12 years ago |
Mr.doob
|
081a1fd646
Renamed .multiplyMatrix* to .applyMatrix* and .multiplyQuaternion to .applyQuaternion as suggested by @WestLangley in #2860.
|
12 years ago |
Mr.doob
|
127c0f2400
matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860.
|
12 years ago |
Mr.doob
|
c1f9ef832e
Replaced THREE.UV with THREE.Vector2.
|
12 years ago |
alteredq
|
89b9d21da3
Merged @MiiBond's single file DDS cube textures.
|
12 years ago |
gero3
|
963cfe84f4
Minor fix at TubeGeometry.js
|
12 years ago |
Mr.doob
|
a495334112
segments* to *Segments. Closes #2458.
|
13 years ago |