mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
ambient[] = {0.9, 0.9, 0.9, 1};
|
|
diffuse[] = {0.9, 0.9, 0.9, 1};
|
|
forcedDiffuse[] = {0, 0, 0, 0};
|
|
emmisive[] = {0, 0, 0, 1};
|
|
specular[] = {1, 1, 1, 1};
|
|
specularPower = 100;
|
|
PixelShaderID = "Normal";
|
|
VertexShaderID = "Basic";
|
|
surfaceInfo = "A3\data_f\Penetration\metal.bisurf"; |