You have to open your "trees.fx" and search there for "pass p0" or something. It should be near the end of the file. Include there only this line:
"CullMode = None;"

should be looks like the following:
....
....
....
technique xxx
{
pass xxx
{
CullMode = None;
....
....
}
}




Last edited by Widi; 02/08/10 23:04.