bonsairobo / building-blocks

A voxel library for real-time applications.
MIT License
369 stars 30 forks source link

LOD0 does not appear in lod_terrain example when CLIP_BOX_RADIUS is less than 8 #28

Closed bonsairobo closed 3 years ago

bonsairobo commented 3 years ago

As it says in the title. It's fairly easy to confirm this by changing that constant and running the example.

No leads on the root cause yet.

bonsairobo commented 3 years ago

I think this is actually a non-issue.

Basically, with small radiuses, the camera just doesn't get close enough to the chunks on the ground to trigger the higher detail. For example, with R=4, if I just make the camera fly closer to the ground, then I can see LOD0 (red).