# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CLandscape::CHeightField Struct Reference

List of all members.

Public Attributes

std::vector< CBezierPatchZZPatchs
float OriginX
 The origin of the bottom-left corner of this heightmap. More...

float OriginY
 The origin of the bottom-left corner of this heightmap. More...

float SizeX
 The size of one Element ot this HeightMap (eg: 160x160 for a zone). More...

float SizeY
 The size of one Element ot this HeightMap (eg: 160x160 for a zone). More...

float OOSizeX
float OOSizeY
uint Width
 The size of this array. Heights.size. More...

uint Height
 The size of this array. Heights.size. More...


Member Data Documentation

uint NL3D::CLandscape::CHeightField::Height
 

The size of this array. Heights.size.

Definition at line 829 of file landscape.h.

Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

float NL3D::CLandscape::CHeightField::OOSizeX
 

Definition at line 827 of file landscape.h.

Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

float NL3D::CLandscape::CHeightField::OOSizeY
 

Definition at line 827 of file landscape.h.

Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

float NL3D::CLandscape::CHeightField::OriginX
 

The origin of the bottom-left corner of this heightmap.

Definition at line 824 of file landscape.h.

Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

float NL3D::CLandscape::CHeightField::OriginY
 

The origin of the bottom-left corner of this heightmap.

Definition at line 824 of file landscape.h.

Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

float NL3D::CLandscape::CHeightField::SizeX
 

The size of one Element ot this HeightMap (eg: 160x160 for a zone).

Definition at line 826 of file landscape.h.

Referenced by NL3D::CLandscape::setHeightField.

float NL3D::CLandscape::CHeightField::SizeY
 

The size of one Element ot this HeightMap (eg: 160x160 for a zone).

Definition at line 826 of file landscape.h.

Referenced by NL3D::CLandscape::setHeightField.

uint NL3D::CLandscape::CHeightField::Width
 

The size of this array. Heights.size.

Definition at line 829 of file landscape.h.

Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

std::vector<CBezierPatchZ> NL3D::CLandscape::CHeightField::ZPatchs
 

Definition at line 821 of file landscape.h.

Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.


The documentation for this struct was generated from the following file: