mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
4466f9e785
* Move litter to `treatment` * Move eden object attributes to `treatment` * Move treatment items to `treatment` * Move bodybag handling to `treatment` * Move state conditions to `statemachine` * Move radio addon handling to `feedback` * Move medical macros to `engine` * Move medical extension to `damage` * Fix texture and material paths after move * Remove duplicate medical menu config * Remove old faction class * Remove a bunch of old code
33 lines
912 B
Plaintext
33 lines
912 B
Plaintext
ambient[]={1.000000,1.000000,1.000000,1.000000};
|
|
diffuse[]={1.000000,1.000000,1.000000,1.000000};
|
|
forcedDiffuse[]={0.000000,0.000000,0.000000,0.000000};
|
|
emmisive[]={0.000000,0.000000,0.000000,1.000000};
|
|
specular[]={1.000000,1.000000,1.000000,1.000000};
|
|
specularPower=20.000000;
|
|
PixelShaderID="NormalMapSpecularDIMap";
|
|
VertexShaderID="NormalMap";
|
|
class Stage1
|
|
{
|
|
texture="z\ace\addons\medical_treatment\data\bodybagItem_nohq.paa";
|
|
uvSource="tex";
|
|
class uvTransform
|
|
{
|
|
aside[]={1.000000,0.000000,0.000000};
|
|
up[]={0.000000,1.000000,0.000000};
|
|
dir[]={0.000000,0.000000,0.000000};
|
|
pos[]={0.000000,0.000000,0.000000};
|
|
};
|
|
};
|
|
class Stage2
|
|
{
|
|
texture="z\ace\addons\medical_treatment\data\bodybagItem_smdi.paa";
|
|
uvSource="tex";
|
|
class uvTransform
|
|
{
|
|
aside[]={1.000000,0.000000,0.000000};
|
|
up[]={0.000000,1.000000,0.000000};
|
|
dir[]={0.000000,0.000000,0.000000};
|
|
pos[]={0.000000,0.000000,0.000000};
|
|
};
|
|
};
|