cs3241 lab a1

3
Assignment 1 CS3241 Lab

Upload: edison-tsui

Post on 12-Jul-2015

576 views

Category:

Education


1 download

TRANSCRIPT

Page 1: CS3241 Lab A1

Assignment 1

CS3241 Lab

Page 2: CS3241 Lab A1

Let’s do sth interesting

Turning your A1 to your screensaver in Windows

How?

Rename .exe to .scr

Place it in Windows system directory e.g.

c:\windows\system32

Goto Property->screensaver->select A1

Page 3: CS3241 Lab A1

Sth Missing

Full screen?

glutFullScreen()

Normally mouse move or key input will terminate

screensaver

But we dun have that yet….

What can we use?

Recap A2!! Read

glutPassiveMotionFunc()

glutKeyboardFunc ()