//Origami Crane by Christina Pong // //cpongOrigamiCrane(); //Draws an origami crane. //By default, you see the crane from the side with the head facing toward the right. //Values are scaled based on the head. Crane can be scaled via affine transformations. //Default color at the moment is shades of white. Lighting will be added soon. //The origin is the bottom of the crane so the crane can be placed on a surface. //In the event that you want to hang the crane off an object via the top of the body, //the body of the crane is 25/3 units high and you can translate down by that amount. void cpongOrigamiCrane();