Jump to content

Is possible support some properties for GPUParticleSystem?


SinhNQ
 Share

Recommended Posts

Hi, @Deltakosh, if Nr.1 is not possible - how to stop GPUParticles process? Not destroy completely (like with dispose()). For example, if you emit something on a shoot event - you don't want these special effects be visible all the time.

I see start()/stop() methods, but what means "When calling system.stop() on a GPUParticleSystem object, you will force the system to stop generating new particles. But particles will still be rendered even if not visible" ? What means will be rendered even if invisible and new particles are not generating?

Link to comment
Share on other sites

This means that the GPU will keep rendering invisible particles. this is because the GPU will render a specific amount of particles without any CPU control

Link to comment
Share on other sites

The way GPU particles works does not allow me to change the buffer size. So when stop is called all particles will die at some point in time and will then be rendered as fully transparent.

There is no good way to know when all particles are dead as they all have random lifetime and the CPU cannot get info from the GPU

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...