#include <tex_coord_gen.H>
Inheritance diagram for TexCoordGen:
Public Member Functions | |
virtual | ~TexCoordGen () |
virtual void | setup ()=0 |
virtual UVpt | uv_from_vert (CBvert *, CBface *) |
Protected Member Functions | |
UVpt | fix_seems (CUVpt &fix_this_coord, CUVpt &coord2, CUVpt &coord3) |
Definition at line 10 of file tex_coord_gen.H.
|
Definition at line 14 of file tex_coord_gen.H. |
|
Definition at line 10 of file tex_coord_gen.C. Referenced by GLSphirTexCoordGen::uv_from_vert(). |
|
Implemented in GLSphirTexCoordGen, and GLTexCoordGen. Referenced by FlatShadeStripCB::FlatShadeStripCB(), and UV_attrib::UV_attrib(). |
|
Reimplemented in GLSphirTexCoordGen, and GLTexCoordGen. Definition at line 22 of file tex_coord_gen.H. Referenced by SmoothShadeStripCB::faceCB(), FlatShadeStripCB::faceCB(), UV_attrib::get_attrib(), and Bedge::is_texture_seam(). |