Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TextureDescr Class Reference

holds texture file and repeat information. More...

#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. More...
 

Public Attributes

std::string filename
 
double repeatOnR
 
double repeatOnS
 

Detailed Description

holds texture file and repeat information.

Constructor & Destructor Documentation

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.

Member Data Documentation

std::string filename
double repeatOnR
double repeatOnS

The documentation for this class was generated from the following file: