2007.09.18, 02:26 PM
Using this:
I don't see a halo
. I tried my halo image and the demo one, halos ARE turned on for the engine, the bones are set up in animator, but the halo won't show up infront of a medium sized white model. I don't think the white on the models the problem, the halo would show up at an angle from the model but it doesn't
.
It doesn't give an error, but somehow I still think I should be using the new API (I don't know what it is though)....
Code:
obj.model.halo.on=true;
obj.model.halo.name='halo_big';
obj.model.halo.minDistance=3000;
obj.model.halo.maxDistance=35000;
obj.model.halo.minSize=1000;
obj.model.halo.maxSize=5000;
obj.model.halo.minAlpha=0.1;
obj.model.halo.maxAlpha=0.5;
obj.model.halo.noClipObject=true;
. I tried my halo image and the demo one, halos ARE turned on for the engine, the bones are set up in animator, but the halo won't show up infront of a medium sized white model. I don't think the white on the models the problem, the halo would show up at an angle from the model but it doesn't
.It doesn't give an error, but somehow I still think I should be using the new API (I don't know what it is though)....
.