git checkout master git pull git checkout working git merge masterImpatient? Git not being friendly today?
git fetch origin git checkout -b temp origin/masterYou will not be able to push from the temp branch. You must add a symlink before running today's code.
cd ~/cs40/code/w05-3D/sphere ln -s /usr/local/doc/textures/ dataSwitch to your working branch, open qtcreator, and set your executable to sphere in w05-3D/sphere.
Examine the method updatePolyMode and see where it is called. Find out how to change the mode and toggle the various features.
Find out how to toggle the sphere
Examine GL_CULL_FACE