snark
|
display an image as a texture, set its position from an input csv stream More...
#include <TextureReader.h>
Inherits Reader.
Public Member Functions | |
TextureReader (QGLView &viewer, comma::csv::options &options, const std::string &file, double width, double height) |
display an image as a texture, set its position from an input csv stream
TextureReader | ( | QGLView & | viewer, |
comma::csv::options & | options, | ||
const std::string & | file, | ||
double | width, | ||
double | height | ||
) |
constructor
viewer | reference to the viewer |
options | csv options for the position input |
file | image filename |
width | image width in meters to be displayed in the scene |
height | image height in meters to be displayed in the scene |