init
This commit is contained in:
commit
2fe6ca2f65
1473 changed files with 251771 additions and 0 deletions
11
gamedata/shaders/r1/shared/cloudconfig.hlsli
Normal file
11
gamedata/shaders/r1/shared/cloudconfig.hlsli
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue