Skip to content
/ SSAO Public

Implementation of Screen Space Ambient Occlusion algorythm for Computer Graphic Course at Warsaw University of Technology

Notifications You must be signed in to change notification settings

Mitchu727/SSAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen Space Ambient Occlusion

How to run

In order to run the project you need to have path_to_project/SSAO/src set as your working directory.

The very next thing is to simply run:

python ssao.py   

Steering

You can move the camera throughout the scene using standard WSAD key bindings. The pitch and yaw are controlled by mouse movements.

Additionally:

  • q to roll to the right
  • e to roll to the left,
  • space to move up,
  • c to move down,
  • , to decrement SSAO samples count by 1,
  • . to increment SSAO samples count by 1.

About

Implementation of Screen Space Ambient Occlusion algorythm for Computer Graphic Course at Warsaw University of Technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •