0.1.0 • Published 12 years ago
voxel-ssao v0.1.0
voxel-ssao
This is an experiment to implement screen space ambient occlusion into voxel.js. It works but it's slow and doesn't look as good as it should.
So use sparingly.
Thanks to alteredq for the SSAO shader and three.js. Also thanks to hughsk for making post-processing easier in voxel.js with voxel-pp.
example
// Add this to your game and whamo!
require('voxel-ssao')(game)
install
With npm do:
npm install voxel-ssao
Use browserify to require('voxel-ssao')
.
release history
- 0.1.0 - initial release
license
Copyright (c) 2013 Kyle Robinson Young Licensed under the MIT license.
0.1.0
12 years ago