max-mapper / voxel-engine

3D HTML5 voxel game engine
http://maxogden.github.com/voxel-engine
BSD 3-Clause "New" or "Revised" License
1.29k stars 220 forks source link

Can't destroy/place blocks #112

Open z3t0 opened 9 years ago

z3t0 commented 9 years ago

I cannot seem to figure out how to break a block...

deathcap commented 9 years ago

In the http://maxogden.github.io/voxel-engine/ demo you left-click to break blocks, and control-left-click to place blocks. In the ndarray/stackgl branch (https://github.com/maxogden/voxel-engine/pull/103) this functionality is split out into several distinct plugins (for use with voxel-plugins):

z3t0 commented 9 years ago

@deathcap Super Informative.... lets add this to the wiki (which I am just going to go ahead and make because we definitely need one :smile:)