Advertisement
Guest User

Untitled

a guest
May 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. class Reflectors
  2. {
  3. class Light_9
  4. {
  5. color[]={50,50,50};
  6. ambient[]={10,10,10};
  7. intensity=5;
  8. size=1;
  9. innerAngle=90;
  10. outerAngle=360;
  11. coneFadeCoef=1;
  12. position="Light_9";
  13. direction="Light_9_dir";
  14. hitpoint="Light_9";
  15. selection="Light_9";
  16. useFlare=1;
  17. flareSize=0.80000001;
  18. flareMaxDistance=250;
  19. class Attenuation
  20. {
  21. start=0;
  22. constant=20;
  23. linear=0;
  24. quadratic=0.5;
  25. hardLimitStart=40;
  26. hardLimitEnd=60;
  27. };
  28. };
  29. class Light_1: Light_9
  30. {
  31. color[]={10,10,10};
  32. ambient[]={0,0,0};
  33. intensity=0;
  34. size=0;
  35. coneFadeCoef=0;
  36. position="Light_1";
  37. direction="Light_1_dir";
  38. hitpoint="Light_1";
  39. selection="Light_1";
  40. useFlare=1;
  41. flareSize=0.80000001;
  42. flareMaxDistance=250;
  43. class Attenuation
  44. {
  45. start=0;
  46. constant=0;
  47. linear=0;
  48. quadratic=0;
  49. hardLimitStart=0.5;
  50. hardLimitEnd=2;
  51. };
  52. };
  53. class Light_2: Light_9
  54. {
  55. position="Light_2";
  56. direction="Light_2_dir";
  57. hitpoint="Light_2";
  58. selection="Light_2";
  59. };
  60. class Light_3: Light_1
  61. {
  62. position="Light_3";
  63. direction="Light_3_dir";
  64. hitpoint="Light_3";
  65. selection="Light_3";
  66. };
  67. class Light_4: Light_1
  68. {
  69. position="Light_4";
  70. direction="Light_4_dir";
  71. selection="Light_4";
  72. hitpoint="Light_4";
  73. };
  74. class Light_5: Light_9
  75. {
  76. position="Light_5";
  77. direction="Light_5_dir";
  78. selection="Light_5";
  79. hitpoint="Light_5";
  80. };
  81. class Light_6: Light_1
  82. {
  83. position="Light_6";
  84. direction="Light_6_dir";
  85. selection="Light_6";
  86. hitpoint="Light_6";
  87. };
  88. class Light_7: Light_1
  89. {
  90. position="Light_7";
  91. direction="Light_7_dir";
  92. selection="Light_7";
  93. hitpoint="Light_7";
  94. };
  95. class Light_8: Light_1
  96. {
  97. position="Light_8";
  98. direction="Light_8_dir";
  99. selection="Light_8";
  100. hitpoint="Light_8";
  101. };
  102. class Light_10: Light_1
  103. {
  104. position="Light_10";
  105. direction="Light_10_dir";
  106. selection="Light_10";
  107. hitpoint="Light_10";
  108. };
  109. class Light_11: Light_1
  110. {
  111. position="Light_11";
  112. direction="Light_11_dir";
  113. selection="Light_11";
  114. hitpoint="Light_11";
  115. };
  116. class Light_12: Light_1
  117. {
  118. position="Light_12";
  119. direction="Light_12_dir";
  120. selection="Light_12";
  121. hitpoint="Light_12";
  122. };
  123. class Light_13: Light_9
  124. {
  125. position="Light_13";
  126. direction="Light_13_dir";
  127. selection="Light_13";
  128. hitpoint="Light_13";
  129. };
  130. class Light_14: Light_1
  131. {
  132. position="Light_14";
  133. direction="Light_14_dir";
  134. selection="Light_14";
  135. hitpoint="Light_14";
  136. };
  137. class Light_15: Light_1
  138. {
  139. position="Light_15";
  140. direction="Light_15_dir";
  141. selection="Light_15";
  142. hitpoint="Light_15";
  143. };
  144. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement