Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
247 views

How to implement SpriteSheet (Atlas) with Windows Mobile 7?

How to implement SpriteSheet (Atlas) with Windows Mobile 7?
1
vote
1answer
68 views

what this line means?

i found this line in the init method from an open source project : AtlasSpriteManager *spriteManager = (AtlasSpriteManager*)[self getChildByTag:kSpriteManager]; and kSpriteManager = 0; then ...
1
vote
0answers
288 views

Unable to load the frame cocos2d for Android

I am trying to draw one sprite from atlas.. I created with Zwoptex the atlas and the plist file. put the two files in the assest folder.. In the code I create new GameScene class and try to load ...
1
vote
1answer
94 views

How can I create a texture from an AtlasSpriteManager?

What I want to do is create a huge texture(w/ width of more than 1024) using a 1024x1024 image. I can retrieve the images using an AtlasSpriteManager, but whenever I try to retrieve the texture from ...
1
vote
2answers
396 views

How to subclass AtlasSpriteManager in Cocos2d?

I need to create some compound sprites that will all move and rotate together. Since it's possible to change the position and rotation of an AtlasSpriteManager I've been trying to subclass so I can ...
0
votes
1answer
696 views

Android OpenGL ES draw_texture with cropping or VBO's?

Hey all, i was re-working my android app to use OpenGL instead of canvas (as it is ungodly slow) and i was wondering, since i'm using a tile sheet (atlas texture) would it be faster to use VBO's or ...
0
votes
2answers
475 views

AtlasSpriteManager animation

I am using AtlasSpriteManager and AltasSprite to create frame by fram animation with 1 one file. I wanna write something that at first show a simple picture, without any animation and for example when ...