Compile under MSVC
This commit is contained in:
parent
1cd17e9edd
commit
a2121b86df
@ -68,6 +68,8 @@ float SGCloudField::fieldSize = 50000.0f;
|
||||
double SGCloudField::timer_dt = 0.0;
|
||||
float SGCloudField::view_distance = 20000.0f;
|
||||
bool SGCloudField::wrap = true;
|
||||
float SGCloudField::RADIUS_LEVEL_1 = 20000.0f;
|
||||
float SGCloudField::RADIUS_LEVEL_2 = 5000.0f;
|
||||
|
||||
SGVec3f SGCloudField::view_vec, SGCloudField::view_X, SGCloudField::view_Y;
|
||||
|
||||
|
@ -73,8 +73,8 @@ private:
|
||||
float Rnd(float);
|
||||
|
||||
// Radius of the LoD nodes for the dynamic quadtrees.
|
||||
static const float RADIUS_LEVEL_1 = 20000.0f;
|
||||
static const float RADIUS_LEVEL_2 = 5000.0f;
|
||||
static float RADIUS_LEVEL_1;
|
||||
static float RADIUS_LEVEL_2;
|
||||
|
||||
// this is a relative position only, with that we can move all clouds at once
|
||||
SGVec3f relative_position;
|
||||
|
Loading…
Reference in New Issue
Block a user