File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# voxel-wireframe
2
2
3
- Shows a wireframe around the voxels in [ game-shell-voxel ] ( https://github.com/deathcap/game-shell-voxel )
3
+ Shows a wireframe around the voxels in [ voxel-engine-stackgl ] ( https://github.com/voxel/voxel-engine-stackgl )
4
4
5
5
![ screenshot] ( http://i.imgur.com/gbooPeT.png " Screenshot ")
6
6
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module.exports.pluginInfo = {
18
18
function WireframePlugin ( game , opts ) {
19
19
this . game = game ;
20
20
this . shell = game . shell ;
21
- if ( ! this . shell ) throw new Error ( 'voxel-wireframe requires game-shell-voxel ' ) ;
21
+ if ( ! this . shell ) throw new Error ( 'voxel-wireframe requires voxel-engine-stackgl ' ) ;
22
22
23
23
this . shaderPlugin = game . plugins . get ( 'voxel-shader' ) ;
24
24
if ( ! this . shaderPlugin ) throw new Error ( 'voxel-wireframe requires voxel-shader plugin' ) ;
You can’t perform that action at this time.
0 commit comments