wheel rotate
This commit is contained in:
Binary file not shown.
@@ -65,6 +65,28 @@ class CfgModels {
|
||||
angle1 = "rad -360";
|
||||
};
|
||||
|
||||
class leftwheel_rot {
|
||||
type = "rotation";
|
||||
source = "howitzer_rotation_source";
|
||||
selection = "leftwheel";
|
||||
axis = "axis_wheels";
|
||||
minValue = -1440;
|
||||
maxValue = 1440;
|
||||
angle0 = "rad -2880";
|
||||
angle1 = "rad +2880";
|
||||
};
|
||||
|
||||
class rightwheel_rot {
|
||||
type = "rotation";
|
||||
source = "howitzer_rotation_source";
|
||||
selection = "rightwheel";
|
||||
axis = "axis_wheels";
|
||||
minValue = -1440;
|
||||
maxValue = 1440;
|
||||
angle0 = "rad +2880";
|
||||
angle1 = "rad -2880";
|
||||
};
|
||||
|
||||
class howitzer_rotation {
|
||||
type = "rotationY";
|
||||
source = "howitzer_rotation_source";
|
||||
|
||||
Reference in New Issue
Block a user