cocos2d - Director.m
- (void) mainLoop
{
/* clear window */
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
}
Some parts of the screen.
Can I erase?
A fast, easy to use, free, and community supported 2D game engine
cocos2d - Director.m
- (void) mainLoop
{
/* clear window */
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
}
Some parts of the screen.
Can I erase?
Sometimes
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
Sometimes
i want clear (0, 0, 320, 100);
You must log in to post.