Imported existing code
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @file highlightF.glsl
|
||||
*
|
||||
* Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
|
||||
* $License$
|
||||
*/
|
||||
|
||||
uniform sampler2D diffuseMap;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = gl_Color*texture2D(diffuseMap, gl_TexCoord[0].xy);
|
||||
}
|
||||
Reference in New Issue
Block a user