From 01540789bbee329d03b9fe08dc9178a81b7e9a40 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Thu, 2 Apr 2015 02:48:12 -0700 Subject: [PATCH] Update stb_voxel_render_interview.md Removed unnecessary parenthetical. --- docs/stb_voxel_render_interview.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/stb_voxel_render_interview.md b/docs/stb_voxel_render_interview.md index 4e6b7aa..7711f19 100644 --- a/docs/stb_voxel_render_interview.md +++ b/docs/stb_voxel_render_interview.md @@ -106,11 +106,7 @@ been tempted many times to extract that and release it, but I don't want to steal Voxatron's thunder so I've avoided it. You could use this engine to do the same kind of thing, although it won't be as efficient as an engine dedicated to -that style of thing would be. (For example, if you're building -the whole mesh from scratch every frame--which you should do -because you want to enable that worst case--you can skip -creating voxel faces that face away from the camera, since -they can never be seen.) +that style of thing would be. **Q:** What one thing would you really like to see somebody do?