¡@

Home 

2014/10/15 ¤U¤È 10:04:57

iphone Programming Glossary: cctexture2d

How to approach -hd files

http://stackoverflow.com/questions/10232539/how-to-approach-hd-files

cocos2d CCFileUtils Warning HD file not found 0 red hd.png 2012 04 19 17 14 29.338 ParallaxNodeTest 3713 10a03 cocos2d CCTexture2D. Can't create Texture. UIImage is nil 2012 04 19 17 14 29.339 ParallaxNodeTest 3713 10a03 cocos2d Couldn't add image 0 red.png.. cocos2d CCFileUtils Warning HD file not found 0 red hd.png 2012 04 19 17 14 29.341 ParallaxNodeTest 3713 10a03 cocos2d CCTexture2D. Can't create Texture. UIImage is nil 2012 04 19 17 14 29.342 ParallaxNodeTest 3713 10a03 cocos2d Couldn't add image 0 red.png.. cocos2d CCFileUtils Warning HD file not found 0 red hd.png 2012 04 19 17 14 29.344 ParallaxNodeTest 3713 10a03 cocos2d CCTexture2D. Can't create Texture. UIImage is nil 2012 04 19 17 14 29.345 ParallaxNodeTest 3713 10a03 cocos2d Couldn't add image 0 red.png..

removing jagged edges of my ropes using antialiasing of OpenGLES

http://stackoverflow.com/questions/17500418/removing-jagged-edges-of-my-ropes-using-antialiasing-of-opengles

devices or simply ignore that the issue exists on non Retina devices because they're about to go away anyway. Btw the CCTexture2D aliasing and antialiasing methods are confusingly named they do not perform full screen or texture edge aliasing or antialiasing...

Best practices for handling touches to a CCSprite with cocos2d

http://stackoverflow.com/questions/2900691/best-practices-for-handling-touches-to-a-ccsprite-with-cocos2d

kButtonStatusDisabled ButtonStatus @interface spuButton CCSprite CCTargetedTouchDelegate @private ButtonState state CCTexture2D buttonNormal CCTexture2D buttonLit ButtonStatus buttonStatus @property nonatomic readonly CGRect rect id spuButtonWithTexture.. ButtonStatus @interface spuButton CCSprite CCTargetedTouchDelegate @private ButtonState state CCTexture2D buttonNormal CCTexture2D buttonLit ButtonStatus buttonStatus @property nonatomic readonly CGRect rect id spuButtonWithTexture CCTexture2D normalTexture.. CCTexture2D buttonLit ButtonStatus buttonStatus @property nonatomic readonly CGRect rect id spuButtonWithTexture CCTexture2D normalTexture void setNormalTexture CCTexture2D normalTexture void setLitTexture CCTexture2D litTexture BOOL isPressed BOOL..

cocos2d-iOS - Gesture recognisers

http://stackoverflow.com/questions/4985917/cocos2d-ios-gesture-recognisers

GestureRecognizers blob master README I made a subclass of CCSprite which is a subclass of CCNode id initWithTexture CCTexture2D texture rect CGRect rect if self super initWithTexture texture rect rect CCGestureRecognizer recognizer recognizer CCGestureRecognizer..

How to convert a CCSpriteFrame to a CCTexture2D (Cocos2d)

http://stackoverflow.com/questions/8261132/how-to-convert-a-ccspriteframe-to-a-cctexture2d-cocos2d

to convert a CCSpriteFrame to a CCTexture2D Cocos2d Is it possible to convert a CCSpriteFrame that was taken from CCSpriteFrameCache and convert it into a texture..