Hi, try out this flat material for the wood-blocks:

Code:
MATERIAL* mtlFlat =

{

	effect = "

	technique flatShaded {

		pass p {

			ShadeMode = FLAT;

		}

	}

	";

}



This will make them look sharper, and not so round.