/* An OpenGL scene of a very crude deer in a forest. Copyright (C) 2006 by Agnes Chang This program is released under the GNU General Public License. Submitted for CS 307 Creative Scene Assignment Prototype for one scene in final project Based on show-object-natural.cc by Scott D. Anderson, Fall 2006 */ /* Draws a birch tree. The tree is 2 units high and ?? units wide and ?? units deep. The reference point is in the center of the bottom, so the tree is symmetrical around X and Z and starts at Y=0. */ void achangBirchMedium(bool printBB);