Added shadow LOD

This commit is contained in:
Tklama
2024-04-15 23:19:40 +02:00
parent 962476766d
commit c32caf78d9
41 changed files with 227 additions and 10 deletions

View File

@@ -23,6 +23,7 @@ class CfgSkeletons
"small_wheel", "otocvez",
"handle_vertical", "otocvez",
"barrel", "otochlaven",
"trigger", "otochlaven",
"magazine_translation_bone", "otochlaven",
"magazine", "magazine_translation_bone",
"hydraulics", "otocvez",
@@ -113,6 +114,18 @@ class Animations
memory = 1;
};
class trigger_rotation {
type = "rotation";
source = "trigger_rotation_source";
selection = "trigger";
axis = "axis_trigger";
minValue = "0";
maxValue = "1";
angle0 = "rad 0";
angle1 = "rad +30";
memory = 1;
};
class rotation_handle_vertical {
type = "rotation";
source = "mainGun";
@@ -175,6 +188,20 @@ class Animations
offset1 = "-2";
animPeriod = 10;
};
class close_breach
{
type="translation";
source="close_breach_source";
selection="breach";
axis="axis_breach";
minValue=0.0;
maxValue=20;
offset0 = "0.0";
offset1 = "-2";
animPeriod = 10;
};
class handle_breach
{
type="rotation";
@@ -197,8 +224,8 @@ class Animations
axis="axis_hydraulics";
minValue = "rad -309";
maxValue = "rad +309";
angle0 = "rad -360";
angle1 = "rad +360";
angle0 = "rad +360";
angle1 = "rad -360";
memory = 1;
};