1 (edited by Queller 2008-02-07 10:17:44)

Topic: Array of ISceneNode

Re: Array of ISceneNode

greetings smile  this is one of those 'doh' moments smile  you forgot the indexor on the setmaterial commands.

     bill[i].setMaterialFlag(EMF_LIGHTING, False)
     bill[i].SetMaterialType(EMT_TRANSPARENT_ADD_COLOR)
     bill[i].SetMaterialTexture(0, text)