Mr.doob
|
b973152c38
Dumber (but safer) approach for material.clone().
|
13 years ago |
Mr.doob
|
886a913020
Materials code clean up.
|
13 years ago |
Mr.doob
|
4845632e15
Refactored materials code.
|
13 years ago |
libra guest
|
4b962fa473
add material.clone
|
13 years ago |
Mr.doob
|
cdfc4f3b8a
Implemented Object.create( *.prototype ) pattern as per discussion in #2080.
|
13 years ago |
alteredq
|
83a894e61c
Changed vertexColor default from "false" to "THREE.NoColor" constant. Added missing morphNormals parameter to ShaderMaterial.
|
13 years ago |
alteredq
|
aaaf14a056
Fixed bug in emissive for Lambert. Added emissive balls to webgl_materials example.
|
13 years ago |
Erik Kitson
|
09989e5d48
Added emissive property to MeshLambertMaterial and MeshPhongMaterial.
|
13 years ago |
alteredq
|
fe1ed04b02
Added fog parameter to standard materials (to be able to selectively switch off fog).
|
14 years ago |
Mr.doob
|
8af4dd49c1
WebGLRenderer now uses material.transparent to determine whether a material is transparent or not.
|
14 years ago |
Mr.doob
|
8b63842305
CanvasRenderer: Hocked materials linecap/linejoin/wireframeLinecap/wireframeLinejoin with context.linecap/linejoin. Made it 'round','round' by default again.
|
14 years ago |
alteredq
|
9ab427b7c6
Refactored core and renderer to use new model format.
|
14 years ago |
Mikael Emtinger
|
b2fa718d8d
Unmergable: commited to be able to merge with alterq.
|
14 years ago |
Mikael Emtinger
|
29d45e6da5
Mergable: Added VertexAnimatedMesh.
|
14 years ago |
alteredq
|
cf2e8c1bbf
Refactored everything to use CamelCase naming for properties. Plus some smaller fixes here and there.
|
14 years ago |
Mr.doob
|
f5e819fe14
Removed all the toString methods (saving 6kbytes)
|
14 years ago |
alteredq
|
2ecbe2dec2
A lot of bugfixing and refactoring.
|
14 years ago |
alteredq
|
a3cdbf661e
Extended basic / lambert / phong materials to handle skinning.
|
14 years ago |
alteredq
|
ad51a48fcd
Added "depth_test" parameter to materials.
|
14 years ago |
alteredq
|
1921192be9
Added basic support for second set of UVs for lightmaps.
|
14 years ago |
Mr.doob
|
bffdc03cf1
`*.material`→ `*.materials`
|
14 years ago |
Mr.doob
|
309fffe98f
Added fog parameter (boolean, true by default) to common materials.
|
14 years ago |
Mr.doob
|
5f0b6876e6
Optimised Minecraft AO demo (removing more unseen sides).
|
14 years ago |
alteredq
|
a395e120c3
Updated WebGLRenderer and corresponding examples to work with new Texture API.
|
14 years ago |
Mr.doob
|
87b37e124a
Added wireframe_linecap and wireframe_linejoin to main materials.
|
14 years ago |
alteredq
|
19a7022411
Merged with mrdoob's branch.
|
14 years ago |
alteredq
|
fbd12838b1
Added refractive mapping and mixing combination mode for the environment map and the underlying material.
|
14 years ago |
Mr.doob
|
d21c297993
Cleaned up the escher cubemap code a bit. Also, I think it looks much nicer without illumination... ?
|
14 years ago |
alteredq
|
3ee99dc4c5
Added cube mapping to WebGLRenderer. Also added cube map example. Finally ;)
|
14 years ago |
Mr.doob
|
51f91fdd03
Removed alpha component from the Color class
|
14 years ago |