Question about Maya Rendering
A program that you can use is VirtualDub. It's a free program and can be
downloaded here: http://www.virtualdub.org/
Play sound
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/multimed/htm/_win32_playsound.asp
Mmsystem.h
Winmm.lib
CVS for our project
CVS is setup under your directory. Following are the commends for how to
use it:
1. To create cvs repository:
alfred(1)% mkdir -p CVS/CVSROOT (under directory dir)
alfred(2)% cd ~/CS779/Assign1/ (the directory where the stuff you want to add, say GLPreview)
alfred(3)% cvs -d dir import GLPreview r03-02-04 r03-02-03
(Note, the last two is necessary, to get rid of -d dir, use setenv CVSROOT dir)
2. To check out:
cvs -d /afs/cs.wisc.edu/u/y/u/yu-chi/CS779/CVS co GLPreview
Where the long directory name is the directory containing CVSROOT
3. To update:
cvs update -d
4. To check in:
- Create the file in your checked-out version of our files.
- Put the files into the doc directory
- cvs add your_file_name
- cvs commit
if you already made changes to the code, please ignore my following message:
Before you update your code, please check out the new codes from the
CVS, with the commend:
cvs -d /afs/cs.wisc.edu/u/y/u/yu-chi/CS779/CVS co GLPreview
then, make your change on the codes you just got.
This allows you the check in after you done.
Check out stephen’s code
check it out:
cvs co -d city Chenney/city
Your CVSROOT must be /p/graphics/CVS on some CS machine.