| 1234567891011121314151617181920212223242526 |
- material ffvii/model/field/cloud
- {
- technique
- {
- pass
- {
- ambient vertexcolour
- cull_hardware none
- }
- pass
- {
- alpha_rejection greater 0
- cull_hardware none
- texture_unit
- {
- texture models/ffvii/field/units/cloud.png 0
- filtering point point none
- }
- }
- }
- }
|