Coolzero
05-04-2010 16:35:05
Hi there,
can some one help me to fix this 'bug' ?
Gras and grid are two seperated objects. The position of the gras is 0, 0, 0 and the grid position is 0, 0.2, 0.
Why can i see the grid through the house ???
here is my material code:
can some one help me to fix this 'bug' ?
Gras and grid are two seperated objects. The position of the gras is 0, 0, 0 and the grid position is 0, 0.2, 0.
Why can i see the grid through the house ???
here is my material code:
material Mat_Raster
{
technique
{
pass
{
lighting off
scene_blend alpha_blend
depth_check off
texture_unit
{
texture Raster.png
}
}
}
}