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

Mesher option causes nothing to appear #111

Closed z3t0 closed 9 years ago

z3t0 commented 9 years ago

Using the line:

mesher: voxel.meshers.culled,

causes the world to not appear. Just a white screen, no FPS indicator either.

deathcap commented 9 years ago

This mesher comes from https://github.com/maxogden/voxel/tree/master/meshers

Culled is very slow, are you sure its not just hung? I think the monotone mesher is broken, but I recall using culled before, it just was very laggy (but was required to workaround texture atlasing at the time). The default greedy mesher is much faster

z3t0 commented 9 years ago

Okay that makes a lot of sense, when I posted that I had not taken much of a look into the code and was just trying some different settings mentioned on the README. This may be repetitive, but once again something super useful to mention on a wiki :smile: