https://github.com/kayru/dssdo
Deferred Screen Space Directional Occlusion
https://github.com/kayru/dssdo
Last synced: 3 days ago
JSON representation
Deferred Screen Space Directional Occlusion
- Host: GitHub
- URL: https://github.com/kayru/dssdo
- Owner: kayru
- Archived: true
- Created: 2011-07-18T22:04:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-18T22:54:55.000Z (over 14 years ago)
- Last Synced: 2024-06-06T22:51:03.045Z (over 1 year ago)
- Homepage: http://kayru.org/articles/dssdo/
- Size: 234 KB
- Stars: 89
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- anything_about_game - dssdo
README
About
-----
This is a simple implementation of Deferred Screen Space Directional Occlusion algorithm.
For more details, see http://kayru.org/articles/dssdo
Use [RenderMonkey](http://developer.amd.com/archive/gpu/rendermonkey/pages/default.aspx) to open the dssdo.rfx project.
Or just have a quick look through dssdo.hlsl for the "meat" of the algorithm.
License (MIT)
-------------
Copyright (c) 2011 Yuriy O'Donnell
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.