blob: c3cbc0d2a3e46945f2ef43c021a80325f2ed20a3 (
plain)
1
2
3
4
5
6
7
8
9
|
/* synthesize a surface texture */
void wet_layer_maketexture(WetLayer * layer,
double height, double blurh, double blurv);
void wet_layer_clone_texture(WetLayer * dst, WetLayer * src);
void wet_pack_maketexture(WetPack * pack,
double height, double blurh, double blurv);
|