Mugen87
|
3d68c411b0
MeshNormalMaterial: removed shading parameter from comments
|
9 years ago |
Daniel Hritzkiv
|
ba65769db7
Updated clone + copy methods; rearranged methods; fix CubeTexture's clone method
|
10 years ago |
dubejf
|
309ef4a729
Simplify copy invocation
|
10 years ago |
dubejf
|
2f76f92a1b
Rename _copyFrom to copy
|
10 years ago |
dubejf
|
802e589cc0
CloneProperties renamed _copyFrom, swap src / dest arg order
|
10 years ago |
dubejf
|
89491d9ba0
Clone should take no argument. Introduce CloneProperties
|
10 years ago |
Mr.doob
|
df09504cc4
Unified *Material.toJSON
|
10 years ago |
Mr.doob
|
2f83cb0005
Fixed toJSON typos. See #6252.
|
10 years ago |
Mr.doob
|
c1faad5bde
Converted space indents to tabs. See #6252.
|
10 years ago |
aaron
|
80214490ad
toJSON - move class specific code onto individual classes
|
10 years ago |
Mr.doob
|
9d72d80f3f
MeshNormalMaterial: Removed shading property.
|
10 years ago |
Elisée Maurer
|
ecd0ddd1a1
Set prototype.constructor for all derived classes
|
10 years ago |
Mr.doob
|
2efc87a00d
Added type property to all relevant objects.
|
11 years ago |
Mr.doob
|
905ab19acc
Added morphTargets support to MeshNormalMaterial. Fixes #3200.
|
12 years ago |
alteredq
|
a9fa5833e2
These materials comments changes somehow didn't get into previous commit.
|
12 years ago |
Mr.doob
|
6bdaf52ae9
Nickname consistency.
|
13 years ago |
Mr.doob
|
2c86fbbca5
Dumb material.clone() for the rest of the materials.
|
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 |
Mr.doob
|
8af4dd49c1
WebGLRenderer now uses material.transparent to determine whether a material is transparent or not.
|
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
|
ad51a48fcd
Added "depth_test" parameter to materials.
|
14 years ago |
Mr.doob
|
bffdc03cf1
`*.material`→ `*.materials`
|
14 years ago |
Mr.doob
|
51f91fdd03
Removed alpha component from the Color class
|
15 years ago |
alteredq
|
3d3708919b
Added support to "shading" materials parameter in WebGLRenderer.
|
15 years ago |
Mr.doob
|
4d209ac433
Implemented material blendings (THREE.NormalBlending, THREE.AdditiveBlending, THREE.SubtractiveBlending) in CanvasRenderer
|
15 years ago |