add forgotten dotProductScale
git-svn-id: svn://svn.icculus.org/netradiant/trunk@135 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
bc745f7342
commit
de31a1ec98
|
|
@ -1772,6 +1772,13 @@ static void ParseShaderFile( const char *filename )
|
||||||
Parse1DMatrixAppend( shaderText, 3, cm->data );
|
Parse1DMatrixAppend( shaderText, 3, cm->data );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* dotProductScale ( X Y Z MIN MAX ) */
|
||||||
|
else if( !Q_stricmp( token, "dotProductScale" ) )
|
||||||
|
{
|
||||||
|
cm->type = CM_COLOR_DOT_PRODUCT_SCALE + alpha;
|
||||||
|
Parse1DMatrixAppend( shaderText, 3, cm->data );
|
||||||
|
}
|
||||||
|
|
||||||
/* dotProduct2 ( X Y Z ) */
|
/* dotProduct2 ( X Y Z ) */
|
||||||
else if( !Q_stricmp( token, "dotProduct2" ) )
|
else if( !Q_stricmp( token, "dotProduct2" ) )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user