Daniel Hritzkiv
|
8d3f1ce652
Prefer one-line constructor+copy in clone methods
|
10 жил өмнө |
Daniel Hritzkiv
|
ba65769db7
Updated clone + copy methods; rearranged methods; fix CubeTexture's clone method
|
10 жил өмнө |
gero3
|
923256459e
fixed files to codestyle
|
10 жил өмнө |
gero3
|
4501d5a51d
revert last commit
|
11 жил өмнө |
gero3
|
fe8493157e
codestyle fixes
|
11 жил өмнө |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 жил өмнө |
Mr.doob
|
22e89b223c
Minor aesthetical tweaks.
|
12 жил өмнө |
Mr.doob
|
1de68da790
Added sphere.center support to BufferGeometry. See #3748.
|
12 жил өмнө |
jotinha
|
3699fc2336
Support for boundingSphere with arbitrary center
|
12 жил өмнө |
WestLangley
|
fc5e3e1a15
Miscelaneous fixes
|
12 жил өмнө |
Mr.doob
|
cc57273cf4
Reverting to Object.prototype = { pattern. Only using it on the methods that really need it.
|
13 жил өмнө |
Ben Houston
|
1f4f7e1a79
(Box3|Line3|Plane|Ray|Sphere).transform() -> applyMatrix4() for consistency.
|
13 жил өмнө |
Mr.doob
|
f60212b5b0
Removed re-asigning of constructors.
|
13 жил өмнө |
Ben Houston
|
e2df06e005
fix three missed conversions to closures. switch to extending math prototypes rather than replacing them. This is to ensure that types created in closures within a type's prototype definition get their prototype updated with the full definition.
|
13 жил өмнө |
Mr.doob
|
39763ab7d0
Changed back some .projectPoint() to .applyMatrix4() as per bb873d16d676ead71dfce5181a73828b5993a05f.
|
13 жил өмнө |
Mr.doob
|
bb873d16d6
Added Vector3.projectPoint() as suggested in #2921.
|
13 жил өмнө |
Ben Houston
|
adaa3d042f
update math constructors to not copy when provided explicit initial values per @mrdoob: https://github.com/mrdoob/three.js/pull/2902#issuecomment-11999928
|
13 жил өмнө |
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.
|
13 жил өмнө |
Mr.doob
|
7d48298acf
Renamed Sphere.isIntersectionSphere to Sphere.intersectsSphere.
|
13 жил өмнө |
Oliver Sand
|
1269d968fb
Add unit test, fix is isIntersectionSphere
|
13 жил өмнө |
Oliver Sand
|
dcd25863e4
Add isIntersectionSphere to sphere
|
13 жил өмнө |
Mr.doob
|
081a1fd646
Renamed .multiplyMatrix* to .applyMatrix* and .multiplyQuaternion to .applyQuaternion as suggested by @WestLangley in #2860.
|
13 жил өмнө |
Mr.doob
|
127c0f2400
matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860.
|
13 жил өмнө |
Ben Houston
|
8c2d2e9872
boundingSphere -> getBoundingSphere(), boundingBox -> getBoundingBox() per @mrdoob
|
13 жил өмнө |
Ben Houston
|
2b4373bee2
+Box3.boundingSphere(), Sphere.bounds()->Sphere.boundingBox(), unit tests.
|
13 жил өмнө |
Ben Houston
|
d2c43e69e4
finish Sphere unit test coverage (it was previously incomplete) and fix uncovered errors.
|
13 жил өмнө |
Ben Houston
|
9cb6edf697
add Plane.transform + Sphere.transform, no tests yet.
|
13 жил өмнө |
Ben Houston
|
d2ec2d885c
add some missing ;'s, spread around code credits, add some comments.
|
13 жил өмнө |
Ben Houston
|
e47032d0f7
Merge branch 'dev' of git://github.com/mrdoob/three.js.git into ray3
|
13 жил өмнө |
Ben Houston
|
c5d38e8993
add Triangle3, add optionalTargets to Box2,Box3,Plane,Sphere,Ray where possible to reduce GC load, add Triangle3 unit tests.
|
13 жил өмнө |