actorid
scrawl 13 years ago
parent 43fd0352f4
commit e1bde415f5

@ -546,7 +546,7 @@ void SkyManager::create()
"void main_fp( \n" "void main_fp( \n"
" in float4 iVertexColor : TEXCOORD0, \n" " in float4 iVertexColor : TEXCOORD0, \n"
" out float4 oColor : COLOR, \n" " out float4 oColor : COLOR, \n"
" uniform float4 emissive, \n" " uniform float4 emissive \n"
") \n" ") \n"
"{ \n" "{ \n"
" oColor = iVertexColor * emissive; \n" " oColor = iVertexColor * emissive; \n"

Loading…
Cancel
Save