Mr.doob
|
bb873d16d6
Added Vector3.projectPoint() as suggested in #2921.
|
12 éve |
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 éve |
Ben Houston
|
11607e60c1
Geometry.mergeVertices: remove unused variables, rename non-descript 'o' to 'indices'.
|
12 éve |
Ben Houston
|
85b9bf17d1
robust support for multiple duplicate vertices in Face3 and Face4, add handling of vertex colors and vertex UVs.
|
12 éve |
Mr.doob
|
081a1fd646
Renamed .multiplyMatrix* to .applyMatrix* and .multiplyQuaternion to .applyQuaternion as suggested by @WestLangley in #2860.
|
12 éve |
Mr.doob
|
127c0f2400
matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860.
|
12 éve |
Mr.doob
|
b7278c5d12
Removed nullifying on dispose.
|
12 éve |
Mr.doob
|
24668969bc
Nulling instead of deleting in dispose().
|
12 éve |
Mr.doob
|
fdea8942ca
More disposing.
|
12 éve |
Mr.doob
|
0fd5a5ce24
Renamed .deallocate() to .dispose() as discussed in #2760 and fdb737d078e0e3d6eba9856cec77401082a42fe8.
|
12 éve |
Mr.doob
|
28aba0b81a
Renamed EventTarget to EventDispatcher as discussed in fdb737d078e0e3d6eba9856cec77401082a42fe8.
|
12 éve |
Mr.doob
|
fdb737d078
Sending target in the deallocate event.
|
12 éve |
Mr.doob
|
b81e23e898
Event system implementation for deallocating geometries and textures.
|
12 éve |
Mr.doob
|
609329f11e
Removed *Library objects as per discussion in #2712.
|
12 éve |
Mr.doob
|
6e0c0aaecf
Simplified Geometry's boundingSphere and boundingBox checks.
|
12 éve |
alteredq
|
4073df5091
More garbage collection friendly (on repeated calls) Geometry.computeBoundingBox() and Geometry.computeBoundingSphere()
|
12 éve |
Mr.doob
|
3823a3d42e
Changed *Library from Array to Object. Fixes #2745.
|
12 éve |
Mr.doob
|
c1f9ef832e
Replaced THREE.UV with THREE.Vector2.
|
12 éve |
Ben Houston
|
53ef1756cb
nickname consistency.
|
12 éve |
Ben Houston
|
5c373708ee
move away from static fromXXX-style constructors to setXXX style member functions widely used in ThreeJS.
|
12 éve |
Ben Houston
|
cb2b5cece2
adopt Sphere.js and Box3.js in Geometry.js.
|
12 éve |
Mr.doob
|
95238b00de
GeometryUtils.clone() to geometry.clone()
|
12 éve |
alteredq
|
261869ac0a
Removed remaining traces of geometry.materials
|
12 éve |
WestLangley
|
f05d90f890
Removed Vector*.isZero()
|
12 éve |
alteredq
|
b5390e9395
Added area weighted vertex normals computation to Geometry.
|
12 éve |
WestLangley
|
bdc8146a7d
Corrected Normal Matrix Calculation in Geometry.applyMatrix()
|
12 éve |
alteredq
|
55d91c10af
Moved computeLineDistances into Geometry.
|
12 éve |
alteredq
|
e39cbf23f1
Added LineDashedMaterial and corresponding example.
|
12 éve |
alteredq
|
7c4269ef46
Added support for vertex normals to Ribbons.
|
12 éve |
alteredq
|
9f57ad8211
Editor: removed dummy textures.
|
13 éve |