cartographer-project / point_cloud_viewer

View billions of points in your browser.
Apache License 2.0
339 stars 98 forks source link

sdl_viewer: Fix bug causing empty stripes in terrain #375

Closed nnmm closed 5 years ago

nnmm commented 5 years ago

I noticed that when moving right, one column of values would get skipped, and similarly when moving up. The fix is that terrain_pos should still contain the previous position, not the one after moving, when making calls to load().

nnmm commented 5 years ago

meow @krzesi-mir