Mugen87
|
9e1c61c14e
Matrix4: Changed signature of .makePerspective()
|
8 years ago |
Mugen87
|
53ae111d45
Matrix4: Renamed .makeFrustum() to .makePerspective()
|
8 years ago |
Mr.doob
|
6acfc12d61
Clean up.
|
8 years ago |
Tristan Valcke
|
f3b9ddf9d4
Terminate statement and simplify if statement from Frustrum test
|
8 years ago |
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
|
12 years ago |
Ben Houston
|
9fb65f6769
Frustum bug fix: clone and constructor should be real copies. Fix bug in unit test to catch this in the future.
|
12 years ago |
Ben Houston
|
6f72a001c2
Frustum.contains -> intersectsObject, containsSphere->intersectsSphere, removed Frustum.containsAnyPoints, .transform. Update unit tests accordingly.
|
12 years ago |
Ben Houston
|
af4b73c0fc
fix sign/comparison in Frustum.containsSphere and add unit tests.
|
12 years ago |
Ben Houston
|
9d7a120b82
more Frustum unit tests + minor optimization to Plane.
|
12 years ago |
Ben Houston
|
9b503c1d98
add Frustum.containsPoint, containsSphere + first Frustum unit tests.
|
12 years ago |