#include <LandscapeDefn.h>

Public Member Functions | |
| virtual bool | readXML (XMLNode *node) |
| virtual DefnType | getType () |
Public Attributes | |
| std::string | file |
| bool | levelsurround |
Definition at line 79 of file LandscapeDefn.h.
| bool LandscapeDefnHeightMapFile::readXML | ( | XMLNode * | node | ) | [virtual] |
Implements LandscapeDefnType.
Definition at line 116 of file LandscapeDefn.cpp.
References S3D::checkDataFile(), XMLNode::failChildren(), file, XMLNode::getNamedChild(), and levelsurround.
| virtual DefnType LandscapeDefnHeightMapFile::getType | ( | ) | [inline, virtual] |
Implements LandscapeDefnType.
Definition at line 86 of file LandscapeDefn.h.
References LandscapeDefnType::eHeightMapFile.
Definition at line 82 of file LandscapeDefn.h.
Referenced by HeightMapLoader::generateTerrain(), and readXML().
Definition at line 83 of file LandscapeDefn.h.
Referenced by HeightMapLoader::generateTerrain(), and readXML().
1.5.3