Mr.doob
|
f5c0132448
Reverted Box2.addPoint. CanvasRenderer now using Box2.setFromPoints.
|
12 years ago |
Mr.doob
|
24ec04f98e
Replaced Rectangle with Box2 in CanvasRenderer. Also added Box2.addPoint()
|
12 years ago |
Mr.doob
|
d3d63550ed
Updated builds.
|
12 years ago |
Mr.doob
|
609329f11e
Removed *Library objects as per discussion in #2712.
|
12 years ago |
Mr.doob
|
83704f19ad
Merge remote-tracking branch 'alteredq/dev' into dev
|
12 years ago |
Mr.doob
|
5ca2e894b7
Fixed CanvasRenderer uv breakage.
|
12 years ago |
alteredq
|
450e2e3dc0
Updated builds.
|
12 years ago |
alteredq
|
f59413e82b
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
12 years ago |
alteredq
|
03e810d5ba
Changed shadow map type in Ogres example.
|
12 years ago |
Mr.doob
|
31bc5741fe
Merge remote-tracking branch 'benaadams/patch-5' into dev
|
12 years ago |
Mr.doob
|
6e0c0aaecf
Simplified Geometry's boundingSphere and boundingBox checks.
|
12 years ago |
alteredq
|
4dd2e4c8bb
Updated WebGLRenderer docs about shadowmap types.
|
12 years ago |
alteredq
|
7af978c4af
Merged @MiiBond's shadow map bilinear filtering.
|
12 years ago |
Ben Adams
|
4061f08f37
Recalc scene before using matrix
|
12 years ago |
alteredq
|
9c8c639f9c
Merge branch 'dev' into shadow-filtering
|
12 years ago |
alteredq
|
11f6d92f1d
Updated builds.
|
12 years ago |
alteredq
|
a7cd32a4d8
Merge remote-tracking branch 'remotes/zz85/master' into dev
|
12 years ago |
alteredq
|
4073df5091
More garbage collection friendly (on repeated calls) Geometry.computeBoundingBox() and Geometry.computeBoundingSphere()
|
12 years ago |
zz85
|
c48feb3e05
Optimize FontUtils.Triangulate() by inlining insideTriangle() - thanks @davidberneda #2748
|
12 years ago |
Mr.doob
|
3823a3d42e
Changed *Library from Array to Object. Fixes #2745.
|
12 years ago |
Mr.doob
|
bb7b363148
Updated builds.
|
12 years ago |
Mr.doob
|
7f84c7655c
Fixed compiler errors.
|
12 years ago |
Mr.doob
|
abdb139406
Merge remote-tracking branch 'bhouston/ray3' into dev
|
12 years ago |
Ben Houston
|
97d43cd4cd
adopt Sphere class as geometry.boundingSphere in extras.
|
12 years ago |
Mr.doob
|
731717a051
Editor: Default state to empty.
|
12 years ago |
Mr.doob
|
ef79b0e686
Merge remote-tracking branch 'zz85/docs' into dev
|
12 years ago |
Ben Houston
|
b11e805560
add degreesToRadians / radiansToDegrees to Math.
|
12 years ago |
Mr.doob
|
aaceceb00d
Merge remote-tracking branch 'tapio/normalmap-transparent' into dev
|
12 years ago |
Ben Houston
|
ff62058fe4
clean up formatting per ThreeJS style.
|
12 years ago |
Ben Houston
|
ea832104ac
Raycaster improvements: ensure input ray is normalized, move up quick distance/near-far testing, unnest logic in Raycaster and centralize the addition of hits to the list of intersects.
|
12 years ago |