///////////////////////////////////////////////////// // Material used for fire ///////////////////////////////////////////////////// material fireMat1 { technique { pass { lighting off depth_write off scene_blend add texture_unit { texture textures/fire_0.png tex_address_mode clamp } } } }