cloud.material 292 B

1234567891011121314151617181920212223242526
  1. material ffvii/model/field/cloud
  2. {
  3. technique
  4. {
  5. pass
  6. {
  7. ambient vertexcolour
  8. cull_hardware none
  9. }
  10. pass
  11. {
  12. alpha_rejection greater 0
  13. cull_hardware none
  14. texture_unit
  15. {
  16. texture models/ffvii/field/units/cloud.png 0
  17. filtering point point none
  18. }
  19. }
  20. }
  21. }