Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cocos2dx, using 2 texture sheets on the same armature produces many GL draw calls. #193

Open
crookedbard opened this issue Oct 27, 2018 · 0 comments

Comments

@crookedbard
Copy link

Situation:
I created an RPG character armature, added the character 100 times in game, GL draw call is about ~5-8 (together with other sprites on screen).
Then I created another armature with single slot that contains all the picture of the RPG character hair types and colour 2048x2048.
When I replace slot display of my first armature with the seconds armature slot then GL draw calls reaches 100+.

It should be a possibility to use multiple texture atlases for a single armature display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant