max-mapper / voxel-hello-world

a template voxel game repo you can use to build your own voxel games
http://maxogden.github.com/voxel-engine
62 stars 64 forks source link

voxel-highlight 0.0.6 demo #13

Closed theoxylo closed 11 years ago

theoxylo commented 11 years ago

Now using voxel-highlight 0.0.6 which passes a useful voxel position array to listeners.

As a demo, using that array to paint the highlighted voxel with the currently selected material (using setBlock).

Note that frequency is set to very fast (20ms) which may cause performance issues on slower systems.