Skip to content

Commit

Permalink
Shader cleanup/fixes - update voxel-wireframe, voxel-chunkborder, vox…
Browse files Browse the repository at this point in the history
…el-outline, voxel-webview

voxel/voxel-wireframe@622d69c Change to use simple-3d-shader instead of a custom shader
voxel/voxel-wireframe@765f391 Move matrix scale/translation calculations to JavaScript from GLSL
voxel/voxel-chunkborder@2ebe312 Change to use simple-3d-shader
voxel/voxel-chunkborder@a7f3fde Use glslify instead of gl-shader
voxel/voxel-outline@3cdcee4 Throttle raycasting updates to 100 ms. Closes voxel/voxel-outline/issues/1
voxel/voxel-outline@84e65f9 Fix z-fighting fix. Closes voxel/voxel-outline/issues/5
voxel/voxel-outline@66a7111 Replace gl-matrix with the smaller gl-mat4 module
voxel/voxel-outline@3db3225 Another conversion to use simple-3d-shader
voxel/voxel-webview@a00b07d Update to gl-css3d ^0.2.0, fixes backface rendering. Closes voxel/voxel-webview/issues/11
  • Loading branch information
deathcap committed Feb 21, 2015
1 parent 8e4143e commit d96f84e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"ever": "0.0.3",
"voxel-engine": "git://github.com/deathcap/voxel-engine.git#402d3d0463ad95608cf7b205babe8cd20380c7b9",
"voxel-artpacks": "^0.1.2",
"voxel-wireframe": "^0.5.1",
"voxel-chunkborder": "^0.4.2",
"voxel-outline": "^0.3.0",
"voxel-wireframe": "^0.6.0",
"voxel-chunkborder": "^0.5.0",
"voxel-outline": "^0.4.0",
"voxel-drop": "^0.1.3",
"voxel-zen": "^0.1.1",
"voxel-plugins": "^0.3.2",
Expand Down Expand Up @@ -40,7 +40,7 @@
"voxel-chest": "^0.2.1",
"voxel-blockdata": "^0.2.1",
"voxel-recipes": "^0.3.2",
"voxel-webview": "^0.2.1",
"voxel-webview": "^0.2.2",
"voxel-vr": "^0.1.1",
"voxel-quarry": "^0.2.0",
"voxel-measure": "^0.1.2",
Expand Down

0 comments on commit d96f84e

Please sign in to comment.