Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for AbstractTexture:
Public Methods | |
virtual | ~AbstractTexture ()=0 throw () |
Destructor. | |
virtual const SFBool & | getRepeatS () const throw () |
Get the repeatS flag. | |
virtual const SFBool & | getRepeatT () const throw () |
Get the repeatT flag. | |
Protected Methods | |
AbstractTexture (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
Protected Attributes | |
SFBool | repeatS |
SFBool | repeatT |
|
Destructor.
|
|
Constructor.
|
|
Get the repeatS flag.
Implements TextureNode. |
|
Get the repeatT flag.
Implements TextureNode. |