Quote:

alphaBlendEnable = true;




Why do you set this render state? Probabaly not a good idea here as it will disable correct z sorting.

instead you should set these render states:

alphablendenable = false;
zenable=true;
zwriteenable=true;


Sphere Engine--the premier A6 graphics plugin.