#include <LandscapeTex.h>

Public Member Functions | |
| virtual bool | readXML (XMLNode *node) |
| virtual TexType | getType () |
Public Attributes | |
| std::string | roof |
| std::string | rockside |
| std::string | shore |
| std::string | texture0 |
| std::string | texture1 |
| std::string | texture2 |
| std::string | texture3 |
Definition at line 96 of file LandscapeTex.h.
| bool LandscapeTexTextureGenerate::readXML | ( | XMLNode * | node | ) | [virtual] |
Implements LandscapeTexType.
Definition at line 88 of file LandscapeTex.cpp.
References S3D::checkDataFile(), XMLNode::failChildren(), XMLNode::getNamedChild(), rockside, roof, shore, texture0, texture1, texture2, and texture3.
| virtual TexType LandscapeTexTextureGenerate::getType | ( | ) | [inline, virtual] |
Implements LandscapeTexType.
Definition at line 108 of file LandscapeTex.h.
References LandscapeTexType::eTextureGenerate.
1.5.3