kestrelm Posted March 6, 2018 Share Posted March 6, 2018 Hello, Really excited on the Phaser 3 release and congratulations, it must have been a lot of hard work to get there! I will really like to start porting the Creature 2D Skeletal + Mesh Animation Runtimes to Phaser 3: https://github.com/kestrelm/Creature_WebGL Ideally, I will like to use your new fancy mesh rendering pipeline. However, I looked through the samples and did not see any parameter(s) for mesh indices. I see mesh vertices and uvs but not indices. I need mesh indices to define the triangles that need to be rendered ( or hidden ) and is used in many places of the runtime, including Skin/Item swapping. Please let me know what I am missing here. I will very much like to get Creature up and running in Phaser 3 soon. Cheers LootDrive and Corey Van Hoosen 2 Link to comment Share on other sites More sharing options...
LootDrive Posted March 8, 2018 Share Posted March 8, 2018 Would be very useful to have support for this, especially with these new features which would considerably improve the functionality and performance of HTML5 games: Link to comment Share on other sites More sharing options...
kestrelm Posted March 9, 2018 Author Share Posted March 9, 2018 Hello! The core runtimes for the CreaturePack WebGL portion have already been updated to run the latest deform delta compression features All I need now is the required info I mentioned above to port to Phaser 3. If anybody can provide me with the answers to my questions above please let me know. Cheers Link to comment Share on other sites More sharing options...
rich Posted March 13, 2018 Share Posted March 13, 2018 We need to focus on getting Containers finished and in 3.3.0 and then we will be looking at Spine support, so it makes sense to include Creature at the same time. Drop me an email with an outline of what features you would need to support Creature fully (ideally with some sample pseudo code) and we can factor it into our planning in a few weeks time. Corey Van Hoosen 1 Link to comment Share on other sites More sharing options...
kestrelm Posted May 1, 2018 Author Share Posted May 1, 2018 Hello! Sounds great! I already replied to you in email with details. I plan to integrate my latest web assembly accelerated CreaturePack runtimes into Phaser 3 when you are ready. I think it will be a wonderful showcase for the power and flexibility of Phaser 3 for the most advanced 2D character animation :) Cheers Corey Van Hoosen 1 Link to comment Share on other sites More sharing options...
Recommended Posts