From c2ee843df3c08c722b472f3cec7c0226c9e13caa Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Fri, 13 Mar 2015 12:00:50 -0700 Subject: [PATCH] update todo for previous checkin --- stb_voxel_render.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stb_voxel_render.h b/stb_voxel_render.h index a688735..7f1706b 100644 --- a/stb_voxel_render.h +++ b/stb_voxel_render.h @@ -1,7 +1,6 @@ // @TODO // // - compute full set of texture normals -// - handle output buffer being full // - gather vertex lighting from slopes correctly // - support texture edge_clamp: explicitly mod texcoords by 1, use textureGrad to avoid // mipmap articats. Need to do compute texcoords in vertex shader, offset towards