Re: [TuxKart-devel] Question about ssgaParticleSystem
Status: Alpha
Brought to you by:
sjbaker
From: Ingo R. <gr...@gm...> - 2004-08-13 21:59:13
|
Jacob Persson <st...@sv...> writes: > We have added a particle system and it works when we attach it to > the karts. But when we attach it to global space you only see the > particles when you are facing a specific angle. It doesn't matter > how large you make the bounding sphere. The size of the bounding sphere gets overwritten in the ssgEntity::recalcBSphere() call and set to 0 since the ssgParticleSystem doesn't override that function, fixed it in CVS. -- WWW: http://pingus.seul.org/~grumbel/ JabberID: gr...@ja... ICQ: 59461927 |