vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CloudsProperties Struct Reference

Contains all the properties of the Clouds ability loaded from XML file. More...

#include <CloudsManager.h>

Public Attributes

SunLight sun
 
bool sunShow
 
unsigned int numOfClouds
 
float scale
 
unsigned int CloudGrowth [3]
 
unsigned int CloudGrowthRand [3]
 
unsigned int GrowthSimulationSteps
 
unsigned int GrowthSimulationStepsRand
 
int CloudFlatAreaPosition [3]
 
unsigned int CloudFlatAreaSize [3]
 
std::string renderCloudTexturePath
 
unsigned int maxCloudUpdatesParFrame
 
float translateErrorTolerance
 
bool loadFromFile
 
bool saveToFile
 
bool skyboxShow
 
long skyboxSize
 
long skyboxCenterPosition [3]
 
std::string skyBoxTexturePathTop
 
std::string skyBoxTexturePathNorth
 
std::string skyBoxTexturePathSouth
 
std::string skyBoxTexturePathWest
 
std::string skyBoxTexturePathEast
 
bool groundShow
 
long groundCenterPosition [3]
 
std::string groundTexturePath
 

Detailed Description

Contains all the properties of the Clouds ability loaded from XML file.

Member Data Documentation

int CloudsProperties::CloudFlatAreaPosition[3]
unsigned int CloudsProperties::CloudFlatAreaSize[3]
unsigned int CloudsProperties::CloudGrowth[3]
unsigned int CloudsProperties::CloudGrowthRand[3]
long CloudsProperties::groundCenterPosition[3]
bool CloudsProperties::groundShow
std::string CloudsProperties::groundTexturePath
unsigned int CloudsProperties::GrowthSimulationSteps
unsigned int CloudsProperties::GrowthSimulationStepsRand
bool CloudsProperties::loadFromFile
unsigned int CloudsProperties::maxCloudUpdatesParFrame
unsigned int CloudsProperties::numOfClouds
std::string CloudsProperties::renderCloudTexturePath
bool CloudsProperties::saveToFile
float CloudsProperties::scale
long CloudsProperties::skyboxCenterPosition[3]
bool CloudsProperties::skyboxShow
long CloudsProperties::skyboxSize
std::string CloudsProperties::skyBoxTexturePathEast
std::string CloudsProperties::skyBoxTexturePathNorth
std::string CloudsProperties::skyBoxTexturePathSouth
std::string CloudsProperties::skyBoxTexturePathTop
std::string CloudsProperties::skyBoxTexturePathWest
SunLight CloudsProperties::sun
bool CloudsProperties::sunShow
float CloudsProperties::translateErrorTolerance

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