0.1.0 • Published 11 years ago

voxel-ssao v0.1.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

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

View this 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

11 years ago