It is probably better to use a simple effect in a material and then apply this to your entity. Set this as the 'effect' parameter of your material...
Code:
technique wireframe 
{ 
pass one { Fillmode = WireFrame; }
}



Last edited by DJBMASTER; 12/27/09 12:43.