MackeyK24 Posted May 15, 2018 Share Posted May 15, 2018 Hi guys, im trying to to mess with GPU particles ... But it seems to be missing a few more things than listed in the docs. 1... Manual Emit Count... I need manual emit count for the "Burst" mode i have built into the babylon toolkit CPU particle system 2... Where are the Update Functions... How do we update over time or provide a custom update function ??? Quote Link to comment Share on other sites More sharing options...
Guest Posted May 15, 2018 Share Posted May 15, 2018 Hello unfortunately you are hitting the GPU particles limitations: http://doc.babylonjs.com/babylon101/particles#unsupported-features GPU particles are updated through shaders: https://github.com/BabylonJS/Babylon.js/blob/master/src/Shaders/gpuUpdateParticles.vertex.fx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.