Skip to content

Latest commit

 

History

History

pyramidRotation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Pyramid Rotation

How to compile
  • First compile the resource file.
set root=%CD%
cd resources
rc.exe /V resource.rc
cd %root%
  • Now compile the program with resource file.
cl.exe /EHsc /DUNICODE /Zi pyramidRotation.cpp /link resources\resource.res user32.lib kernel32.lib gdi32.lib openGL32.lib
Keyboard shortcuts
  • Press Esc key to quit.
  • Press f key to toggle fullscreen mode.
  • Press 1 to 9 key to increase the rotation speed.
Preview

pyramidRotation