|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CLandscapeModel Class ReferenceThe model for MOT.
More...
#include <landscape_model.h>
Inheritance diagram for NL3D::CLandscapeModel
[legend]Collaboration diagram for NL3D::CLandscapeModel:
[legend]List of all members.
Detailed Description
The model for MOT.
A landscape is not designed to move, but easier here. If you translate/rotate this model, nothing happens. Landscape cannot move. See CLandscape for more information on Landscape. -
See also:
-
CLandscape.
Definition at line 51 of file landscape_model.h.
Constructor & Destructor Documentation
NL3D::CLandscapeModel::CLandscapeModel (
|
) [inline, protected]
|
|
NL3D::CLandscapeModel::~CLandscapeModel (
|
) [inline, protected, virtual]
|
|
Member Function Documentation
IModel * NL3D::CLandscapeModel::creator (
|
) [inline, static, private]
|
|
void NL3D::CLandscapeModel::enableAdditive (
|
bool enable ) [inline]
|
|
|
Set additive set.
-
Parameters:
-
enable
|
is true to activbe additive, false to disactive it. |
Definition at line 82 of file landscape_model.h. |
float NL3D::CLandscapeModel::getAdditive (
|
) const [inline]
|
|
|
Get additive value.
-
Returns:
-
the additive value. [0, 1]
Definition at line 73 of file landscape_model.h. |
bool NL3D::CLandscapeModel::isAdditive (
|
) const [inline]
|
|
|
Get additive set.
-
Returns:
-
true to if additive is actived, else false.
Definition at line 91 of file landscape_model.h. |
void NL3D::CLandscapeModel::registerBasic (
|
) [static]
|
|
void NL3D::CLandscapeModel::setAdditive (
|
float additive ) [inline]
|
|
|
Set additive value.
-
Parameters:
-
additive
|
new additive value. [0, 1] |
Definition at line 64 of file landscape_model.h. |
Friends And Related Function Documentation
class CLandscapeClipObs [friend]
|
|
class CLandscapeRenderObs [friend]
|
|
Member Data Documentation
std::vector< CPlane > NL3D::CLandscapeModel::CurrentPyramid [private]
|
|
bool NL3D::CLandscapeModel::_ActiveAdditive [private]
|
|
float NL3D::CLandscapeModel::_Additive [private]
|
|
The documentation for this class was generated from the following files:
|
|