11 lines
303 B
HLSL
11 lines
303 B
HLSL
#ifndef _CLOUDCONFIG_H
|
|
#define _CLOUDCONFIG_H
|
|
|
|
// note: timers has resolution (sec), where x=1, y=10, z=1/10,
|
|
#define CLOUD_TILE0 (0.7f)
|
|
#define CLOUD_SPEED0 (2 * 0.05) //(0.033f)
|
|
#define CLOUD_TILE1 (2.8) //(2.5f)
|
|
#define CLOUD_SPEED1 (2 * 0.025) //(0.033f)
|
|
#define CLOUD_FADE (0.5)
|
|
|
|
#endif
|