1
vote
0answers
29 views

Update texture in fragment shader in Cocos2d

I'm trying to update texture in fragment shader without any luck. Looks like shader reads texture just once and then no updates. Here is my code: Shader init CCGLProgram *shader = [[CCGLProgram ...
1
vote
0answers
39 views

Sparkles and shine cocos2d shader

I have started to work with shaders(cocos2d 2.1) and trying to make sparkles and glossy moving effect like in this game: game with cool shiny effects There are a couple of issues with that: Is there ...
0
votes
1answer
30 views

How to avoid fade-out on scaled CCSprite without cancelling anti-aliasing?

I have 3 sprites. Left edge, right edge, and repeating center which has 1 pixel width but is scaled up. The problem is that the scaled sprite fades out the farther away it is from the center: I've ...
0
votes
0answers
19 views

Debug draw physics shapes not drawing after i upgraded to cocos2d 2.0

I am custom debug- drawing physics shapes in my game. After I upgraded to cocos2d 2.0, iOS 5 , i got some errors which indicated me to replace cccolor4f, glpushmatrix etc. But I cant find an ...
-4
votes
0answers
41 views

I want to make a iOS Game app should i use openGL or Cocos2d [closed]

Food falls from the sky, mainly junk food theres a person at the bottom of the screen(controller by accelerometer ) when the person at the bottom of the screen catches the junk food his score goes up ...
1
vote
0answers
27 views

Cocos2d 2.x: enabling z-buffering and using vertexz

Assumption: I am using Cocos2D 2.0 that uses OpenGL 2.0 ES. My game has one spritesheet for all level assets (e.g. background, enemies, clouds) and one for the player character sprites and HUD ...
0
votes
2answers
51 views

Getting the color of the back buffer in GLSL

I am trying to extract the color behind my shader fragment. I have searched around and found various examples of people doing this as such: vec2 position = ( gl_FragCoord.xy / u_resolution.xy ); vec4 ...
0
votes
1answer
35 views

Cocos2d: Drawing on a UIImageView causes weird line jumps

I am implementing a CCLayer subclass that houses 2 UIImageViews. The views and layer are all the same size: I initialized the UIImageViews with the same frame, and set the contentSize of the layer ...
-3
votes
1answer
60 views

Developing games using cocoa2D and OpenGL [closed]

I'd like to start developing iOS games. What do I need to learn to switch from simple UI apps to real games? Is there any simple tutorials available to learn animations using cocoa2D or OpenGL?
0
votes
1answer
42 views

Can anyOne help me to translate these from openGLES1.1 to openGLES2.0?

//I have no idea about this, can anyone help me //texture type is CCTexture2D, _Vertices type is CGPoint*,_Coords type is CGPoint* glBindTexture(GL_TEXTURE_2D, texture.name); ...
0
votes
1answer
45 views

What's meaning of color buffer and texture format in cocos2d?

In cocos2d.We use CCGLView *glView = [CCGLView viewWithFrame:[window_ bounds] pixelFormat:kEAGLColorFormatRGB565 //kEAGLColorFormatRGBA8 depthFormat:0 ...
2
votes
0answers
54 views

Using 3D animation and Texture Rendering with OpenGL

I am using a 3D animation (CCLens3d) and a lightning effect which uses OpenGL rendering (I might be wrong so please check the example project).. Lightning project can be found here. If I don't use my ...
0
votes
1answer
83 views

Creating multiply effect in painting iPad app

I am trying to create a painting feature in an iPad app for iOS. I have managed to get the colour to appear through touch, but I would like to recreate the multiply functionality of photoshop so the ...
4
votes
1answer
53 views

Cocos2d 2.0: meaning and usage of CC_ENABLE_GL_STATE_CACHE

I was wondering when I should enable CC_ENABLE_GL_STATE_CACHE and what are the limitations in using this. I found some posts that indicate potential problems on certain devices with certain OpenGL ...
1
vote
2answers
157 views

What is the best way to draw a large number of lines using openGL and cocos2D?

I have a series of 2d vertices that represent the lines used to draw a grid. There are about 900 line segments to draw (the grid uses spring physics to distort, which is why I don't just draw a single ...
8
votes
2answers
349 views

How to scale transition UILabel without using a lot of memory?

I'm trying to reproduce some of the 2D transitions in Impress.js's sample presentation in Objective C. Specifically the rotate, pan, and scaling - right now I'm focusing on the scaling. I've tried ...
-2
votes
1answer
52 views

Which framework should I use to develop subtle text animations for an iOS app? [closed]

I want do these based on timing, easings, etc. I've looked at Sparrow, OpenGl, Cocos2D (though I can't seem to find great documentation), and coreAnimation. Which framework would give me the smoothest ...
0
votes
0answers
228 views

Cocos2D reset CCGLView frame size

I followed the tutorial at http://thurt1.rssing.com/browser.php?indx=1571098&last=1&item=1 on integrating a Cocos2D view into a UIViewController that is a UITabBar. - (void)viewDidLoad { ...
2
votes
0answers
1k views

Water Ripple Effect in android

I want to use water ripple effect in my application, which effect continue in touch area repeatedly,I have gone to may sample code available in site,but ripple seems pixelated. Can any one please ...
9
votes
2answers
1k views

Repeating OpenGL-es texture bound to hills in cocos2d 2.0

ORIGINAL ARTICLE I am in the process of trying to implement raywenderlich's tutorial on generating hills with repeating striped coordinates using cocos2d, This article was written for Cocos2D 1.0, ...
-2
votes
1answer
329 views

How can I create 3D dice animation in iOS? [closed]

How can I build a dice animation for my iOS app that spins like a real dice and then stops at a number? I would like to then detect the number that is displayed to the user. I've heard great things ...
0
votes
0answers
198 views

CCLabelTTF contains color from background

I am trying to use CCLabelTTF in my app and I am facing a problem that labels look "dirty". I am using UIKit view for background, so my view hierarchy looks as follows: view (controller's view) -- ...
1
vote
1answer
336 views

How do I display a vertically scrolling menu in Cocos2D-iPhone 2.1?

How do I display a vertically scrolling menu (a la Words-/Hanging-/Scramble-/Matching with Friends, Dice with Buddies, etc.) in Cocos2D 2.1? Is including UIKit in my project absolutely necessary? ...
0
votes
1answer
549 views

Use of undeclared identifier in Cocos2D-iphone extension class CCScrollLayer

Downloaded the CCScrollLayer Cocos2D extension from here: https://github.com/cocos2d/cocos2d-iphone-extensions/tree/master/Extensions/CCScrollLayer Not sure how much it matters, cuz I think this is ...
0
votes
0answers
257 views

Cocos2d - remove opengl drawing without clearing the render texture

I trying to achieve something like the spotlight demo here: http://www.supersuraccoon-cocos2d.com/2011/09/09/spot-light-demo/ I managed to add several spotlights to the render texture, but I still ...
0
votes
0answers
81 views

Creating Zen Brush in cocos2d

I want to create an application that looks like a Zen Brush or a pixel manipulation in drawing.. Is it possible doing it by using cocos2d or should I focus more on OpenGL?
1
vote
0answers
330 views

Cocos2D: openGL-es becoming transparent over UIView

For reasons outside the capabilities of Cocos2D, I needed to make it transparent and show UIView's behind it. This works fine except under a certain circumstance. When a sprite's opacity becomes ...
1
vote
1answer
109 views

Which environment will work fine for a game like Tic Tac Toe in iOS? [closed]

I would like to make an iOS game whose features are comparable to that of a simple Tic Tac Toe game. I was wondering that which environment will suit best for my needs. using UI Cocoa components. ...
0
votes
0answers
86 views

mask without ccrendertexture

I'm using cocos2d 1.x. I looked at Ray Wenderlichs masking tutorial. Can I mask a sprite in this version of cocos2d by just drawing two sprites at the same position and setting their blend ...
0
votes
0answers
124 views

Can I upgrade UIRequiredDeviceCapabilities from opengles-1 to opengles-2 in iOS app

Hi I’m upgrading my app from cocos2d-x 1.x to 2.x that means change from OpenGLES 1.0 to 2.0, I've updated my Info.plist settings to reflect the change ...
0
votes
3answers
203 views

Cocos2d: GPU having to process the non visible CCSprite quads

Given one texture sheet is it better to have one or multiple CCSpriteBatchNodes? Or does this not affect at all the GPU computational cost in processing the non visible CCSprite quads? I am thinking ...
0
votes
0answers
116 views

Cocos2d: optimizing access to CCSpriteBatchNode child.. doubts

I got a CCSpriteBatchNode where sublcasses of Entity:CCSprite are added. Those sublcasses share in common the parent's (Entity) class property spawnTime. I got one sharedBatchNode and I'd like to ...
0
votes
0answers
103 views

CCSpriteScale9 not working with retina

Hi folks, I found some cocos2d code which works very well as long as I use it for non-retina versions. When I switch to a e.g. iPad retina and use ...-ipadhd.png background, this sprite is double ...
0
votes
0answers
170 views

Cocos2d Spotlight effect

I am new to cocos2d and OpenGL I am trying to achieve the same effect as the one in this post http://www.cocos2d-iphone.org/forum/topic/32661#post-160909 and I tried the SpotLightDemo project posted ...
1
vote
0answers
613 views

crash iOS6 and cocos2d Background Thread + MKMapView

I've been working on a game using the MapKit Framework and Cocos2D v2.0 library: I display a transparent OpenGL View (EAGLView) managed by Cocos2d above a MKMapView. It's a large project, more than a ...
0
votes
1answer
243 views

Cocos2d: Does CCSpriteBatch node draw only sprites with visible property set to true?

Does CCSpriteBatch node draw only sprites with visible property set to true? Or does it consider also the screen size? In other words. If a sprite within the node is outside the screen, will the ...
0
votes
2answers
114 views

Cocos2d: Is it ok to have a pointer to a parent's class pointer?

Silly question. Cocos2d is build around the parent-child hierarchy. I was wondering if it is ok to have a parent class (e.g. GameScene) and initialize a child class (e.g. SpriteHandler) with a pointer ...
0
votes
2answers
784 views

Integrate OpenGL in Cocos2dx

This might be a trivial question, but here is this issue I wonder about cocos2d-x in general. I've read somewhere cocos2d and cocos2dx are based on OpenGL ES (2.0 i guess?). And also from the creators ...
0
votes
0answers
259 views

cocos2d shader mask got blank screen

I studied Ray's tutorial(http://www.raywenderlich.com/4428/how-to-mask-a-sprite-with-cocos2d-2-0), but with the current version of Cocos2D, I can't get the result. Please help me . These codes are ...
0
votes
1answer
137 views

Adding a UIView as a subview of the openGLView shows a flicker when opening the scene

When I add a subview to the openGLView in my cocos2d scene init a flicker is shown -(id) init { if( (self=[super init])) { _overlay = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 1024, 768)]; ...
1
vote
2answers
159 views

Cocos2D retina display

I am following this tutorial to use OpenGLES shaders in Cocos2D. http://www.raywenderlich.com/10862/how-to-create-cool-effects-with-custom-shaders-in-opengl-es-2-0-and-cocos2d-2-x When I run my code ...
0
votes
1answer
158 views

Cocos2d scaling sprite causes artifact

I am on the master branch so that it will work with ARC. I have implemented a method whereby the sprite will scale by a factor of 1.1 when a user touches the sprite. Multiple touches will queue up ...
2
votes
2answers
542 views

Drawing with glDrawArray

In my draw function within my CCLayer. I'm drawing some lines and CGPoints are stored in std::vector. I've successfully drew the lines using ccDrawLine. However, when using glDrawArray, nothing shows ...
1
vote
0answers
152 views

Draw texture using PRKit and use texture mapping for it

I'm using PRKit for rendering textures. The result I've : I'm using cocos 2.0, so I've modified PRKit using this tutorial So, all works fine and the next step I want to map my texture. I just want ...
1
vote
1answer
155 views

Tiling an image that is part of a texture atlas

I'm using Cocos2D. What is the most efficient way to tile an image when it's part of a texture atlas that's been generated using Texture Packer. I have an image that is 10 x 320 and I want to tile it ...
0
votes
0answers
180 views

Hard edges effect in ios / cocos2d / opengl es

I am trying to make hard edge of image i.e. the 2nd to 3rd step http://www.patrickmatte.com/stuff/physicsLiquid. There are many examples of soften edge effect (blur) such as: ...
1
vote
0answers
117 views

Open GL error after SDWebImage download in Cocos2d

I'm downloading a image using SDWebImage inside a init for a layer. Something like this: NSURL *thumbnailURL = playerFacebookID.stringValue; [[SDWebImageManager sharedManager] ...
0
votes
0answers
191 views

cocos2d overlay two sprites' color

new to cocos2d. suppose i have 2 solid color circle sprites moving around window. if they overlay, the one who has higher zOrder will cover the sprite below, like this. the effect i really want ...
0
votes
0answers
361 views

Draw drop shadow in Cocos2d/OpenGLES on iPhone

I need to draw a round, 2D drop shadow in the -draw method of a CCNode subclass I wrote. I've Googled this, but no one has an adequate solution. I am drawing the CCNode as two concentric circles using ...
0
votes
1answer
248 views

Buffer issue with an OpenGL ES 3D view in a Cocos2D app

I'm trying to insert an OpenGL ES 3D view in a Cocos2D app on the IPad. I'm relatively new to these frameworks, so I basically added those lines in my CCLayer: CGRect rScreen; // some code to define ...

1 2 3