Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Mod_TexMap Class Reference

implementation of texmap option. More...

#include <texmap.h>

Inheritance diagram for Mod_TexMap:

ParsedMod PolygonModifier List of all members.

Public Methods

 Mod_TexMap ()
virtual bool apply (Polygon*)
virtual bool bad (void)
virtual bool parse (Parser &)
void dump (const char *pref)

Private Attributes

bool parsed
bool rotate
TextureDefinition srcdef
TextureDefinition dstdef


Detailed Description

implementation of texmap option.


Constructor & Destructor Documentation

Mod_TexMap::Mod_TexMap ( void )
 


Member Function Documentation

bool Mod_TexMap::apply ( Polygon * p ) [virtual]
 

polygon modifying function

abstract prototype

Reimplemented from PolygonModifier.

bool Mod_TexMap::bad ( void ) [virtual]
 

abstract prototype

Returns:
true, if parsing or constructing failed.

Reimplemented from ParsedMod.

void Mod_TexMap::dump ( const char * pref ) [virtual]
 

abstract prototype

debugging function: dump info to stdout with preceeding pref

Reimplemented from ParsedMod.

bool Mod_TexMap::parse ( Parser & p ) [virtual]
 

abstract prototype

create the modifier's data

Returns:
true, if parsing succeeded. The prototype always returns true.

Reimplemented from ParsedMod.


Member Data Documentation

TextureDefinition Mod_TexMap::dstdef [private]
 

bool Mod_TexMap::parsed [private]
 

bool Mod_TexMap::rotate [private]
 

TextureDefinition Mod_TexMap::srcdef [private]
 


The documentation for this class was generated from the following files:
Generated at Fri Jul 26 09:33:59 2002 for rvtmod/rvglue by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000