cartographer-project / point_cloud_viewer

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

Moving window texture module in sdl_viewer #332

Closed nnmm closed 5 years ago

nnmm commented 5 years ago

A square texture that functions like a moving window into a larger texture. Incrementality is achieved by using wraparound indexing and overwriting the parts that moved off the texture with the newly loaded parts.

Try cargo doc for reading the comments.

nnmm commented 5 years ago

meow @krzesi-mir

nnmm commented 5 years ago

Made the suggested changes, ptal!

krzesi-mir commented 5 years ago

:+1:

nnmm commented 5 years ago

@catevita could you rubber-stamp?