Improved chemlab's graphics

Andriel 2012-11-08 19:33:24 -08:00
parent 1ffc6c5318
commit 64202e2aef
4 changed files with 7 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 472 KiB

View File

@ -1,27 +1,18 @@
material Chemlab
{
receive_shadows on
receive_shadows on
technique
{
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 0.640000 0.640000 0.640000 1.000000
specular 0.500000 0.500000 0.500000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
{
diffuse 1.0 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture ChemicalLab.png
texture chemtex.png
tex_address_mode wrap
filtering trilinear
colour_op alpha_blend
}
texture_unit Light
{
// apply lighting
colour_op_ex modulate src_current src_diffuse
alpha_op_ex modulate src_current src_diffuse
}
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB