jerome Posted November 10, 2015 Share Posted November 10, 2015 I'm happy to announce to you that the first finished version of the SPS in the core is now released. Everything is documented here with examples, in my bad english : https://github.com/BabylonJS/Documentation/blob/master/content/tutorials/03_Advanced/Solid_Particle_System.md Soon here : http://doc.babylonjs.com/overviews/Solid_Particle_System Have fun JCPalmer, GameMonetize, Boz and 4 others 7 Quote Link to comment Share on other sites More sharing options...
Temechon Posted November 10, 2015 Share Posted November 10, 2015 Awesome work! I will use it for my next demo Thank you Jerome, it's really an axesome tool! jerome 1 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted November 10, 2015 Share Posted November 10, 2015 Huge tutorial. Many reading. Good job. jerome 1 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 10, 2015 Share Posted November 10, 2015 I'm so proud of what you did! this is a immense contribution! Quote Link to comment Share on other sites More sharing options...
jerome Posted November 10, 2015 Author Share Posted November 10, 2015 cinq y houx, gars yeux ! Quote Link to comment Share on other sites More sharing options...
jerome Posted November 10, 2015 Author Share Posted November 10, 2015 Just for your knowledge : As with the SPS, all the mesh update computations are done CPU side (when the particles move, these are moving part of the SPS mesh so it is heavily updated), a specific effort has been done on optimizations (thank you, profiler), especially about iterations, early typing, GC and memory allocation concernsex : use only one persistent variable/object to store in turn 30 000 results of 30 000 particle computations ... some kind of assembly registers programmation .My 2007 push-cart laptop computer was really a good guinea pig to find where and how to improve the code. The gains weren't just theorical but really noticed from the experiences on this old machine. If it runs at 60 fps with the expected result here, then it's ok for anyone else ! Maybe the code is thus not that readable because it doesn't respect all the conventions of embedding the variables in the function scopes or to have function local temporary variables, but it is the price to pay to gain each microsecond and try to have something in 3D almost as powerful as the 2D Particle System or the Sprite Manager. I feel happy (and a bit proud too) because, as far as I know, the other 3D frameworks don't have (yet) this feature. Wingnut 1 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 10, 2015 Share Posted November 10, 2015 And we will keep fighting to always stay on the edge like what you did here! Wingnut 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.