|  | libmoldeo (Moldeo 1.0 Core)
    1.0
    libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform. | 
#include <moOGLFT.h>
| Public Member Functions | |
| virtual | ~TextureTess () | 
| virtual MOfloat * | texCoord (MOdouble *p)=0 | 
During tesselation of a polygonal Face (outline, filled or solid), an object which implements this interface can be used to compute a different texture coordinate for each vertex.
| 
 | inlinevirtual | 
Compute a texture coordinate for this position. Note that the position is in the glyph's local coordinate system.
| p | vertex position in glyph's local coordinate system. Argument is a GLdouble[3]. |