Sotexturecoordinatecache -
#include <Inventor/caches/SoTextureCoordinateCache.h>
Inherits SoCache.
SoTextureCoordinateCache (SoState *const state)
virtual ~SoTextureCoordinateCache ()
void generate (const SbBox3f &bbox, const SbVec3f *vertices, const int numvertices)
const SbVec2f * get (void) const
int getNum (void) const
The SoTextureCoordinateClass is used to cache generated texture coordinates.
Constructor.
Destructor.
Generates texture coordinates based on the bounding box of the geometry. This is usually called default texture coordinates in OIV.
Returns the generated texture coordinates.
Returns the number of generated texture coordinates.
Generated automatically by Doxygen for Coin from the source code.