Mr.doob
67250c69d9
Merging with alteredq's branch.
2010-11-30 05:06:46 +00:00
Mr.doob
a2acf0b390
CanvasRenderer/SVGRenderer: RenderableFace4 is now gone. Unfortunately it created more problems than it solved.
...
CanvasRenderer now with ShadingSmooth, or something along the lines...
2010-11-27 11:30:01 +00:00
Mr.doob
8e8dfe2d01
Tweaked cars demo a bit.
2010-11-24 23:55:34 +00:00
alteredq
b409e5b04e
Proper merge with mrdoob's branch.
...
All cube mapping examples should work and be consistent between MeshCubeMaterial and 6 texture versions.
2010-11-22 14:13:41 +01:00
Mr.doob
a1d014c110
Cube.js matching WebGLRenderer cubemap.
2010-11-22 11:45:42 +00:00
Mr.doob
7b0039ec95
Cube: Swapped Top/Bottom with Front/Back.
...
Trying to get to the same order of alteredq's cubemap.
2010-11-21 01:38:12 +00:00
alteredq
946cc6a26c
And refraction /reflection cube mapping is fixed. Also added two new examples for refraction.
...
Fix is a bit dirty, but at least it's short ;)
2010-11-20 05:20:19 +01:00
alteredq
1c6be1c70b
Added second cube mapping example.
...
Also refactored a bit texture cube code, to make it easier to reuse.
2010-11-19 00:12:32 +01:00
alteredq
3ee99dc4c5
Added cube mapping to WebGLRenderer. Also added cube map example. Finally ;)
...
TODO:
- maybe image array loader should go into TextureCube.js so that people could just reuse the code
- it may be worth to be able to specify different combination of environment map and underlying material (in single render pass),
currently color/color map/environment map are multiplied, though addition also produces very interesting looking materials
2010-11-18 02:00:11 +01:00
Mr.doob
fbbb78446d
- Shadow texture for Earth demo
2010-07-19 13:34:49 +01:00
Mr.doob
a7bed157a3
- Added Sphere primitive
...
- `three_debug.js` checks for broken UVs and display these faces with pink color instead
2010-07-19 13:23:06 +01:00
Mr.doob
3755d003f0
- Using .ogv instead of .ogg for clarity. Although it gives mime-type issues...
2010-06-12 00:32:12 +01:00
Mr.doob
ecdf342361
- Added support to Theora only browsers on the materials_video example.
2010-06-11 18:57:10 +01:00
Mr.doob
4af8f5406b
- Fixed opacity being set to zero when null
...
- Added (mandatory) video example
- Restructured examples folder
2010-06-11 03:14:56 +01:00