Re: [Plib-users] ssgaParticleSystem problem
Brought to you by:
sjbaker
From: Marco B. <F1...@so...> - 2002-12-17 09:55:21
|
Hi Nick! I had the same problem and looking through the sources I found that in ssgaParticleSystem.cxx there's a commented line: // rawSetNumVertices ( j ) ; /* Avoid drawing more than 'j' vertices. */ I decommented it and rebuilt the lib. All is working fine now. I don't know why it is commented by default, hope it doesn't give some weird problem :) Hope this could help! Bye Bye Marco |