#include <osgprimitive.h>
Public Member Functions | |
TextureDescr () | |
TextureDescr (const std::string &filename, double repeatOnR, double repeatOnS) | |
If repeatOnX is negativ then it is used as a unit length for the texture. | |
Public Attributes | |
std::string | filename |
double | repeatOnR |
double | repeatOnS |
TextureDescr | ( | ) | [inline] |
TextureDescr | ( | const std::string & | filename, | |
double | repeatOnR, | |||
double | repeatOnS | |||
) | [inline] |
If repeatOnX is negativ then it is used as a unit length for the texture.
std::string filename |
double repeatOnR |
double repeatOnS |