Advertisement
Guest User

Untitled

a guest
Feb 14th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. class vl_grass: DefaultClutter
  2. {
  3. model = "ca\plants_2\clutter\c_grassBunch.p3d";
  4. affectedByWind = 0.7;
  5. swLighting = 1;
  6. scaleMin = 0.85;
  7. scaleMax = 1.1;
  8.  
  9. model = "ca\plants_2\clutter\c_GrassDryLong.p3d";
  10. affectedByWind = 0.7;
  11. swLighting = 1;
  12. scaleMin = 0.85;
  13. scaleMax = 1.1;
  14.  
  15. model = "ca\plants_2\clutter\c_GrassTall.p3d";
  16. affectedByWind = 0.7;
  17. swLighting = 1;
  18. scaleMin = 0.85;
  19. scaleMax = 1.1;
  20.  
  21. model = "ca\plants_2\clutter\c_weed2.p3d";
  22. affectedByWind = 0.7;
  23. swLighting = 1;
  24. scaleMin = 0.85;
  25. scaleMax = 1.1;
  26. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement