CreateBrush() bug

BlitzMax Forums/MiniB3D Module/CreateBrush() bug

Hujiklo(Posted 2010) [#1]
Local brush:TBrush = CreateBrush (0,255, 0)

Local brush:TBrush = CreateBrush (255,255, 0)


The red component in the above brush commands does not exist - when the brush is applied to an entity both brushes are green only...GREAT! :(


Leon Drake(Posted 2010) [#2]
They're greeeeeat!


jkrankie(Posted 2010) [#3]
@Hujiklo, what sort of graphics card do you have (make, model)?

Cheers
Charlie


Hujiklo(Posted 2010) [#4]
Nvidia 8800gt is the card - I just updated my drivers...R value seems to work now, but the entityalpha is still playing up, whilst if it's a mesh it works normally.