mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
// Material used for fire
|
||||
/////////////////////////////////////////////////////
|
||||
material fireMat1
|
||||
{
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
lighting off
|
||||
depth_write off
|
||||
scene_blend alpha_blend
|
||||
|
||||
texture_unit
|
||||
{
|
||||
texture textures/fire_0.png
|
||||
tex_address_mode clamp
|
||||
colour_op_ex modulate src_texture src_manual 0.3 0.3 0.3
|
||||
alpha_op_ex source1 src_texture
|
||||
}
|
||||
|
||||
texture_unit
|
||||
{
|
||||
texture textures/fire_0.png
|
||||
tex_address_mode clamp
|
||||
colour_op_ex add src_current src_texture
|
||||
}
|
||||
|
||||
texture_unit
|
||||
{
|
||||
colour_op_ex add src_current src_diffuse
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user