vblx import of custom objects

This commit is contained in:
Aaron Clark
2012-11-05 18:34:38 -06:00
parent 5a5ac0f867
commit f8681b1b5a
50 changed files with 549 additions and 2 deletions

View File

@@ -0,0 +1,32 @@
ambient[]={1,1,1,1};
diffuse[]={1,1,1,1};
forcedDiffuse[]={0,0,0,0};
emmisive[]={0,0,0,1};
specular[]={1,1,1,0.88};
specularPower=23.799999;
PixelShaderID="NormalMapSpecularMap";
VertexShaderID="NormalMap";
class Stage1
{
texture="dayz_equip\textures\safe1_NOHQ.paa";
uvSource="tex";
class uvTransform
{
aside[]={1,0,0};
up[]={0,1,0};
dir[]={0,0,1};
pos[]={0,0,0};
};
};
class Stage2
{
texture="dayz_equip\textures\safe1_SMDI.paa";
uvSource="tex";
class uvTransform
{
aside[]={1,0,0};
up[]={0,1,0};
dir[]={0,0,1};
pos[]={0,0,0};
};
};