|
@@ -163,7 +163,7 @@ function WebGLPrograms( renderer, extensions, capabilities ) {
|
|
|
|
|
|
combine: material.combine,
|
|
|
|
|
|
- vertexTangents: material.vertexTangents,
|
|
|
+ vertexTangents: ( material.normalMap && material.vertexTangents ),
|
|
|
vertexColors: material.vertexColors,
|
|
|
|
|
|
fog: !! fog,
|