GPU Programming Lab 10
Point Sources and Lighting
Due Monday, November 28

For today's lab, make some modifications of the nvidia tutorial series! Starting with the animation demo: To get the state of the nvpro demos from the class computer to any other (from in MLH 310):
	scp -r 192.168.18.25:nvpro .
	
On Ubuntu, you'll probably have to add a few things, at least in the 310 lab:
		sudo snap install cmake --classic
		sudo apt install libxinerama-dev libxcursor-dev libxi-dev