vrecko
virtual reality framework
|
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 |
Contains all the properties of the Clouds ability loaded from XML file.
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 |