mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
21 lines
368 B
Plaintext
21 lines
368 B
Plaintext
|
ambient[]={1,1,1,1};
|
||
|
diffuse[]={1,1,1,1};
|
||
|
forcedDiffuse[]={0,0,0,0};
|
||
|
emmisive[]={1,1,1,1};
|
||
|
specular[]={1,0.99956858,1,1};
|
||
|
specularPower=1;
|
||
|
PixelShaderID="Normal";
|
||
|
VertexShaderID="Basic";
|
||
|
class Stage1
|
||
|
{
|
||
|
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||
|
uvSource="tex";
|
||
|
class uvTransform
|
||
|
{
|
||
|
aside[]={1,0,0};
|
||
|
up[]={0,1,0};
|
||
|
dir[]={0,0,0};
|
||
|
pos[]={0,0,0};
|
||
|
};
|
||
|
};
|