Browse Source

Merge pull request #2310 from Azaezel/vertColorCorrection

Vert color correction
Areloch 6 years ago
parent
commit
0f22f2b20a

+ 1 - 1
Engine/source/shaderGen/GLSL/shaderFeatureGLSL.cpp

@@ -1159,7 +1159,7 @@ void DiffuseVertColorFeatureGLSL::processVert(  Vector< ShaderComponent* >& comp
       outColor->setStructName( "OUT" );
       outColor->setType( "vec4" );
 
-      output = new GenOp( "   @ = @;\r\n", outColor, inColor );
+      output = new GenOp( "   @ = @.bgra;\r\n", outColor, inColor );
    }
    else
       output = NULL; // Nothing we need to do.

File diff suppressed because it is too large
+ 30 - 77
Templates/Full/game/art/shapes/cube/cube.dae


Some files were not shown because too many files changed in this diff