Mr.doob
|
fecd2f3a39
`python build.py --includes` generate a `includes.js` for easy copy/pasting
|
14 years ago |
alteredq
|
a395e120c3
Updated WebGLRenderer and corresponding examples to work with new Texture API.
|
14 years ago |
Mr.doob
|
00795b3a83
Updated CanvasRenderer and some examples to handle the `Texture( image, mapping)` approach.
|
14 years ago |
Mr.doob
|
315bc5ad3e
Updated build.
|
14 years ago |
alteredq
|
a1d68ddba3
Fixed bug(s) causing broken Fresnel demo.
|
14 years ago |
Mr.doob
|
584a8440fd
Merging with alteredq's branch.
|
14 years ago |
Mr.doob
|
59304d8a6e
Matrix4.transformVector3 ⟶ Matrix4.multiplyVector3
|
14 years ago |
Mr.doob
|
1d7a14733b
ReflectionMapping working with MeshBasicMaterial/CanvasRenderer \:D/
|
14 years ago |
Mr.doob
|
7441b1de59
Implemented gero3's Matrix4.transformVector3 optimisation ( http://jsperf.com/diff-in-speed-for-three-js ).
|
14 years ago |
alteredq
|
c1cb8e9067
Added handling of 2d textures in MeshShaderMaterial.
|
14 years ago |
alteredq
|
0f9184888a
Refactored common code for cube texture setting into separate setCubeTexture function.
|
14 years ago |
alteredq
|
da9094710f
Made refraction examples working again.
|
14 years ago |
Mr.doob
|
e72b82cda2
Merging with orgicus' branch.
|
14 years ago |
Mr.doob
|
f9f7d3645f
Merging with alteredq's branch.
|
14 years ago |
Mr.doob
|
a6c9984a67
Commented some WIP code in CanvasRenderer so it doesn't throw warnings while compiling.
|
14 years ago |
Mr.doob
|
47d6116179
Merging with alteredq's branch.
|
14 years ago |
Mr.doob
|
95ec00f8ac
Updated builds.
|
14 years ago |
Mr.doob
|
67250c69d9
Merging with alteredq's branch.
|
14 years ago |
Mr.doob
|
34f802e392
Code clean up.
|
14 years ago |
Mr.doob
|
a2acf0b390
CanvasRenderer/SVGRenderer: RenderableFace4 is now gone. Unfortunately it created more problems than it solved.
|
14 years ago |
Mr.doob
|
b913baa6f0
Code clean up and minor optimisations.
|
14 years ago |
alteredq
|
38dacb0d1e
Some small refactoring in WebGLRenderer.
|
14 years ago |
alteredq
|
e1f885fbf0
Made 2d textures reusable in WebGLRenderer.
|
14 years ago |
alteredq
|
696c70152d
Added cars demo.
|
14 years ago |
Mr.doob
|
137f85f7e9
Updated build.
|
14 years ago |
alteredq
|
aaf569936b
More sane object removal from WebGLRenderer.
|
14 years ago |
alteredq
|
2582c77b46
Synced with mrdoob's branch.
|
14 years ago |
alteredq
|
d3cd0887d2
Added handling of object removal to WebGLRender. Added visibility parameter to Object3D.
|
14 years ago |
alteredq
|
8f38ddcacd
In WebGLRenderer transparent materials are now handled in the same pass as blended materials (resulting in better fake transparency ;)
|
14 years ago |
Mr.doob
|
4d815f1721
New build including linecap/linejoin fix.
|
14 years ago |