mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
8e7a6c1491
- all X.0 have been changed to X with no decimal
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
ambient[] = {1, 1, 1, 1};
|
|
diffuse[] = {1, 1, 1, 1};
|
|
forcedDiffuse[] = {0, 0, 0, 0};
|
|
emmisive[] = {100, 500, 100, 1};
|
|
specular[] = {0, 0, 0, 1};
|
|
specularPower = 100;
|
|
renderFlags[] = {"NoZWrite", "NoAlphaWrite", "AddBlend"};
|
|
PixelShaderID = "Normal";
|
|
VertexShaderID = "Basic";
|