# 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
float SizeX
 The size of one Element ot this HeightMap (eg: 160x160 for a zone). More...

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

uint Height

Member Data Documentation

uint NL3D::CLandscape::CHeightField::Height
 

Definition at line 457 of file landscape.h.

float NL3D::CLandscape::CHeightField::OOSizeX
 

Definition at line 455 of file landscape.h.

float NL3D::CLandscape::CHeightField::OOSizeY
 

Definition at line 455 of file landscape.h.

float NL3D::CLandscape::CHeightField::OriginX
 

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

Definition at line 452 of file landscape.h.

float NL3D::CLandscape::CHeightField::OriginY
 

Definition at line 452 of file landscape.h.

float NL3D::CLandscape::CHeightField::SizeX
 

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

Definition at line 454 of file landscape.h.

float NL3D::CLandscape::CHeightField::SizeY
 

Definition at line 454 of file landscape.h.

uint NL3D::CLandscape::CHeightField::Width
 

The size of this array. Heights.size.

Definition at line 457 of file landscape.h.

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

Definition at line 449 of file landscape.h.


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