yahiko Posted July 11, 2017 Share Posted July 11, 2017 In the online documentation, I can read that the emitter's update() function require a delta parameter in seconds, (in bold): http://pixijs.github.io/pixi-particles/docs/PIXI.particles.Emitter.html#update But, as far as my experiments go, converting my frame time in seconds seems not to work. It does in milliseconds. Am I wrong somewhere? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 11, 2017 Share Posted July 11, 2017 Ask that at https://github.com/pixijs/pixi-particles/ and make PR if you can. Errors in docs are common yahiko 1 Quote Link to comment Share on other sites More sharing options...
yahiko Posted July 11, 2017 Author Share Posted July 11, 2017 The documentation is accurate. In fact, it was just my fault. I converted twice my delta time in seconds. ^^ Closed case. ivan.popelyshev 1 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.