/* My creative object: A bouquet of three flowers Justina Wang justinawang.cc */ void drawPetal() { glPushMatrix(); glRotatef(-75,1,0,0); glTranslatef(0,0.25,0); glScalef(0.2,0.5,0.1); twDisk(1,20); glPopMatrix(); } void drawFlower(twTriple color, int flowerHeight, GLfloat numPetals) { twColor(color,0.3,10); glPushMatrix(); glTranslatef(0,flowerHeight,0); for (int i=0; i