Advertisement
Guest User

Untitled

a guest
Jan 18th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. class Clutter
  2. {
  3. class Grass: DefaultClutter
  4. {
  5. model = "A3\plants_f\Clutter\c_StrGrassGreen_group.p3d";
  6. affectedByWind = 0.6;
  7. swLighting = "true";
  8. scaleMin = 0.7;
  9. scaleMax = 1.0;
  10. };
  11. class Flowers: DefaultClutter
  12. {
  13. model = "A3\plants_f\Clutter\c_Flower_Medium_White2.p3d";
  14. affectedByWind = 0.6;
  15. swLighting = "true";
  16. scaleMin = 0.7;
  17. scaleMax = 1.0;
  18. };
  19.  
  20. class Forest_Grass: DefaultClutter
  21. {
  22. model = "A3\plants_f\Clutter\c_StrGrassDryMedium_group.p3d";
  23. affectedByWind = 0.6;
  24. swLighting = "true";
  25. scaleMin = 0.7;
  26. scaleMax = 1.0;
  27. };
  28. class Shrub: DefaultClutter
  29. {
  30. model = "A3\plants_f\Clutter\c_StrPlantGreenShrub.p3d";
  31. affectedByWind = 0.6;
  32. swLighting = "true";
  33. scaleMin = 0.7;
  34. scaleMax = 1.0;
  35. };
  36. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement