mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
commit
8d74d5b4e9
3 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "cloud.h"
|
||||
#include "util.h"
|
||||
|
||||
#define COLOR_MIN 0.3f // minimum R/G/B value at 0,0,0 - also needs setting in field.cpp
|
||||
#define COLOR_MIN 0.2f // minimum R/G/B value at 0,0,0 - also needs setting in field.cpp
|
||||
|
||||
Cloud::Cloud(int num,
|
||||
glm::vec3 box,
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "glm/glm.hpp"
|
||||
#define FIELD_SCALE 0.00050
|
||||
#define COLOR_DRIFT_RATE 0.001f // per-frame drift of particle color towards field element color
|
||||
#define COLOR_MIN 0.3f // minimum R/G/B value at 0,0,0 - also needs setting in cloud.cpp
|
||||
#define COLOR_MIN 0.2f // minimum R/G/B value at 0,0,0 - also needs setting in cloud.cpp
|
||||
|
||||
#define USE_SCALAR 0
|
||||
|
||||
|
|
1
main.cpp
1
main.cpp
|
@ -243,6 +243,7 @@ void initDisplay(void)
|
|||
glEnable(GL_DEPTH_TEST);
|
||||
|
||||
load_png_as_texture(texture_filename);
|
||||
glutFullScreen();
|
||||
}
|
||||
|
||||
void init(void)
|
||||
|
|
Loading…
Reference in a new issue