gero3
|
fe8493157e
codestyle fixes
|
10 лет назад |
DodekaHydra
|
c78f9ffdb1
Update CurvePath.js
|
10 лет назад |
Elisée Maurer
|
ecd0ddd1a1
Set prototype.constructor for all derived classes
|
10 лет назад |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 лет назад |
Mr.doob
|
e58553d1ba
Renamed ParticleSystem to Points and ParticleSystemMaterial to PointsMaterial. See #4726.
|
11 лет назад |
Mr.doob
|
f46a2b841e
Removed face.centroid and geometry.computeCentroids()
|
11 лет назад |
Joshua Koo
|
fab25f9fea
Fix typo getNormalVector() -> getTangent()
|
11 лет назад |
Joshua Koo
|
30b8393089
Fix for the removed `getNormalVector()` in CurvePath.getWrapPoints
|
11 лет назад |
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 лет назад |
Jono Brandel
|
168ae85c09
addSelf takes a vector not positions.
|
13 лет назад |
zz85
|
25e8b7d87b
adds Vector3 support to CurvePath bounding box as discussed in #2157
|
13 лет назад |
Alvaro Gil
|
c9e88e32a7
make curve createGeometry 2D/3D friendly
|
13 лет назад |
Alvaro Gil
|
fddb8ca03a
fix createGeometry ignoring point.z
|
13 лет назад |
Mr.doob
|
cdfc4f3b8a
Implemented Object.create( *.prototype ) pattern as per discussion in #2080.
|
13 лет назад |
zz85
|
4e58654eba
CurvePath.getBoundingBox() fix by @AnthorNet for #1811
|
13 лет назад |
Mr.doob
|
5ba7abc69b
Deprecated THREE.Vertex.
|
13 лет назад |
Mr.doob
|
ded6c16ad3
Changed Vertex so it's just a Vector3 and updated all the examples. Fixes #1703.
|
13 лет назад |
zz85
|
135a3d35d8
add some docs for extras/core
|
13 лет назад |
alteredq
|
6b014f8684
Updated Closure compiler. Added more verbose compile warnings. Fixed all compile warnings. Started to fix runtime warnings in examples.
|
13 лет назад |
Mr.doob
|
94b7418f60
Added objec3d.frustumCulled support to Projector (CanvasRenderer/SVGRenderer).
|
14 лет назад |