12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
class StageTI
|
|
{
|
|
texture = "a3\data_f\default_vehicle_ti_ca.paa";
|
|
};
|
|
ambient[] = {1,1,1,1};
|
|
diffuse[] = {1,1,1,1};
|
|
forcedDiffuse[] = {0,0,0,0};
|
|
emmisive[] = {300,300,300,1};
|
|
specular[] = {0,0,0,1};
|
|
specularPower = 1;
|
|
PixelShaderID = "Normal";
|
|
VertexShaderID = "Basic"; |