Advertisement
Walkero0

Door Rot Animation

Oct 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. class Door_1_rot
  2. {
  3. type="rotation";
  4. source="Door_1_source";
  5. selection="Door1";
  6. axis="door1_axis";
  7. memory= 1;
  8. minValue= 0;
  9. maxValue= 1;
  10. angle0=(rad 0);
  11. angle1=(rad -60);
  12. };
  13. class Door_2_rot
  14. {
  15. type="rotation";
  16. source="Door_2_source";
  17. selection="Door2";
  18. axis="door2_axis";
  19. memory=1;
  20. minValue=0;
  21. maxValue=1;
  22. angle0=(rad 0);
  23. angle1=(rad 60);
  24. };
  25. class Door_3_rot
  26. {
  27. type="rotation";
  28. source="Door_3_source";
  29. selection="Door3";
  30. axis="door3_axis";
  31. memory=1;
  32. minValue=0;
  33. maxValue=1;
  34. angle0=(rad 0);
  35. angle1=(rad 80);
  36. };
  37. class Door_4_rot
  38. {
  39. type="rotation";
  40. source="Door_4_source";
  41. selection="Door4";
  42. axis="door4_axis";
  43. memory=1;
  44. minValue=0;
  45. maxValue=1;
  46. angle0=(rad 0);
  47. angle1=(rad 60);
  48. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement