BrickApplication::BrickApplication() : Application("Brick Demo", 100, 100, 640, 480) { rotation = 0.0f; // Set the type of shape to use shape = TEAPOT; }