Sprite & Cam Fog

Blitz3D Forums/Blitz3D Programming/Sprite & Cam Fog

OverDozing(Posted 2004) [#1]
Hey, I was wondering; Do you guys know a solution to avoid the problem with fog and sprite.
My cam fog is blue, then we can see the sprite image borders, the sprite is on a black bg and i dont want to change this color.
current format: BMP
take a look at the picture:



Rob(Posted 2004) [#2]
EntityFx sprite,8 I think. Check the flags and disable fogging on sprites.


JoshK(Posted 2004) [#3]
Disable fog, and enable auto-fading that matches the camera fog range.


OverDozing(Posted 2004) [#4]
Thx you guys ! :)

It's working !