Jump to content

changing sprite textures vs removing/adding back to stage


visgotti
 Share

Recommended Posts

I'm implementing something similar to spine, except the editor is in the web browser and is catered to pixel art.. 

For the runtime - I'm going to have each 'skeleton' be a container, now I'm wondering if it'd be more optimized to have a sprite per 'skeleton' layer, then change those textures based on the current frame, or would it be faster to have sprites keep the same texture, then resort the parent container's children?

I can write code to benchmark this myself, but it'd save some time if anyone has experience/insight about this. 

 

All textures per 'skeleton' will share the same baseTexture regardless of which method I go with, so hopefully one of the two methods I mentioned will utilize that optimization more than the other

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...