personalrobotics / OpenChisel

An open-source version of the Chisel chunked TSDF library.
463 stars 128 forks source link

Fixed minor indexing bug in Chunk.h #14

Closed DaveDeCaprio closed 8 years ago

DaveDeCaprio commented 8 years ago

This is a fix for a small indexing bug in Chunk.h. You would only see an effect if your Y and Z chunk sizes were different. Since chunk indexes are always looked up through this one function, it doesn't affect the overall output.

mklingen commented 8 years ago

Nice catch!