Jump to content

[SOLVED] particle system


photo

Recommended Posts

Posted

Hi.

 

I'm making some particle resources with Unigine's particle system, which move along the world space only regardless of the movement of emitter.

 

And I wonder there is any option that can make them be dependent on the local space of emitter.

Posted

Hi.

 

I'm making some particle resources with Unigine's particle system, which move along the world space only regardless of the movement of emitter.

 

And I wonder there is any option that can make them be dependent on the local space of emitter.

 

There is ObjectParticles::setPreserveWorldTransform() function which transforms all particles at once.

Posted

There is ObjectParticles::setPreserveWorldTransform() function which transforms all particles at once.

It doesn't work.

Please see the attached picture that shows what I ment.

post-52-045116600 1282733715_thumb.jpg

Posted

We happened into the same trouble. In our game we made some special abilities effects using particle systems.

In some cases it would be very good to have the whole particles sequence to play in local coordinates space (regardless of the casting the ability character moves).

Posted

Two additional particles system options will be available:

 

EmitterBased() - means that all particles will follow for the emitter transformation (setPreserveWorldTransform() will be removed).

 

EmitterContinuous() - means that emitter transformation is continuous and additional transitional emitting positions will be generated automatically.

Posted

Two additional particles system options will be available:

Thanks a lot!

Will this functionality be available in editor or through API only?

Posted

Thanks a lot!

Will this functionality be available in editor or through API only?

 

Editor and script API.

  • Like 1
Posted

Thank you.

 

I'm waiting.

 

could you tell us when the functionality will be available in terms of date?

  • 2 weeks later...
×
×
  • Create New...