[Plib-users] Re: ssgaParticleSystem problem
Brought to you by:
sjbaker
From: McEvoy, N. <nic...@ds...> - 2002-12-20 03:19:07
|
Marco Bancale wrote: >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! Thanks for that Marco. Sorry I have not tried it yet (been busy) ... but I'm sure it works ... I'll try it soon. Interesting to note that comment in ssgVtxTable: /* Don't call this unless you know what you are doing!! */ void rawSetNumVertices ( unsigned int n ) { vertices -> rawSetNum ( n ) ; } That's a great comment ... cause I never know what I'm doing. ;-) Nick |