we can not call two .ptc files at time..means how can i work with multiple .ptc files at time in different classes..??could you please reply As soon as Possible..
is it possible to rendering many .ptc files at a time? if Yes ,can you please explain me..because i loaded and rendered two .ptc files in different classes..Then it got crashed here.., mp->RestoreAtlas(); mp->CloseFiles();
abd then I was just commented MP->Stop(); then it Renders all particles (all .ptc files) but one by one it rendering..but i need some files are loop mode and some files are once or timer basis..So what can i do for my requirement..??can you please explain me..
MP_Emitter* emitter=m_mp->GetEmitterByName( this is name of the emitter in ptc ); emitter->SetState( MAGIC_STATE_UPDATE ); Magic_SetLoopMode( emitter->GetEmitter(),1 );