Skip to content

Instantly share code, notes, and snippets.

@amalgamatedclyde
Created March 22, 2014 15:57
Show Gist options
  • Save amalgamatedclyde/9709409 to your computer and use it in GitHub Desktop.
Save amalgamatedclyde/9709409 to your computer and use it in GitHub Desktop.
why does the frame rate slow down?
def new_color(self, *args):
with self.fbo:
Color(self.mood[0], self.mood[1],self.mood[2],self.mood[3])
Ellipse(size = (205,279), pos = (224,115))
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA)
Rectangle(size = (640,480), texture = self.tex.texture)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment