23 lines
332 B
Plaintext
23 lines
332 B
Plaintext
|
|
/////////////////////////////////////////////////////
|
|
// 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
|
|
}
|
|
}
|
|
}
|
|
}
|