Mr.doob
|
3f29e1a912
Added .deallocate() to RenderTarget.
|
12 years ago |
Mr.doob
|
2b5f821459
Merge branch 'master' into dev
|
12 years ago |
alteredq
|
c5f3740e84
Trying to fix CONTRIBUTING layout.
|
12 years ago |
alteredq
|
7f33cb927f
Added guidelines to bug reporting section of CONTRIBUTING.
|
12 years ago |
alteredq
|
fea463dccd
Fixed texture uniform in cloth example.
|
12 years ago |
alteredq
|
15eb28e839
WebGLDeferredRenderer: removed normal chunks from color pass shader.
|
12 years ago |
alteredq
|
3ea8ea8cba
Fixed skinning for MeshBasicMaterial when there was no envMap.
|
12 years ago |
alteredq
|
e38f9c840a
WebGLDeferredRenderer: add support for skinning.
|
12 years ago |
alteredq
|
eb5458b29d
Trying to fix CONTRIBUTING layout.
|
12 years ago |
alteredq
|
85983b97bf
Added guidelines to bug reporting section of CONTRIBUTING.
|
12 years ago |
alteredq
|
35956c87e9
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
12 years ago |
alteredq
|
9d0dfbc566
Quick fix to make Editor and examples using BufferGeometry working again after EventTarget changes.
|
12 years ago |
Mr.doob
|
7b243b101a
Merge branch 'master' into dev
|
12 years ago |
Mr.doob
|
1ae6d9ef81
Added CONTRIBUTING file as discussed in #2774.
|
12 years ago |
alteredq
|
e759ed70ce
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
12 years ago |
alteredq
|
b238668e22
Added contributions instructions.
|
12 years ago |
Mr.doob
|
bdf658231e
Using "best practices" in minecraft examples as discussed in #2780.
|
12 years ago |
Mr.doob
|
e42b4d9903
Updated builds.
|
12 years ago |
Mr.doob
|
2b4d13ea44
Added deallocate() to Material.
|
12 years ago |
Mr.doob
|
238831ea91
Commented out now unused code in WebGLRenderer and added webgl flag to Geometry.
|
12 years ago |
Mr.doob
|
e126b7d913
Merge branch 'events' into dev
|
12 years ago |
Mr.doob
|
c1fa178dfb
Merge remote-tracking branch 'bhouston/transform' into dev
|
12 years ago |
Mr.doob
|
af52210cb9
Merge remote-tracking branch 'gero3/master' into dev
|
12 years ago |
Ben Houston
|
26b57b81be
Matrix4.makeTranslation and Matrix4.makeScale now take Vector3 instead of thee scalars per #2780
|
12 years ago |
Ben Houston
|
79e173ed55
complete Plane unit tests. fix bugs with Plane.translate and Plane.transform.
|
12 years ago |
gero3
|
fcfac4ba59
update the contributing file for root usage
|
12 years ago |
Ben Houston
|
d2c43e69e4
finish Sphere unit test coverage (it was previously incomplete) and fix uncovered errors.
|
12 years ago |
Ben Houston
|
9cb6edf697
add Plane.transform + Sphere.transform, no tests yet.
|
12 years ago |
Ben Houston
|
41788bd016
rename Ray.transformSelf -> Ray.transform (simplier name more consistent with rest of library.)
|
12 years ago |
Ben Houston
|
05af1b28ce
implemented Box3.transform, tested. Removed Box3/Box3.scale as it doesn't work in the general case. move tests to tests/math from tests/core to replace move of tested source files.
|
12 years ago |