style cleanup: whitespace / commas
This commit is contained in:
@@ -73,7 +73,7 @@ typedef struct SunSky
|
||||
} SunSky;
|
||||
|
||||
void InitSunSky(struct SunSky *sunsky, float turb, float *toSun, float horizon_brightness,
|
||||
float spread,float sun_brightness, float sun_size, float back_scatter,
|
||||
float spread, float sun_brightness, float sun_size, float back_scatter,
|
||||
float skyblendfac, short skyblendtype, float sky_exposure, float sky_colorspace);
|
||||
|
||||
void GetSkyXYZRadiance(struct SunSky *sunsky, float theta, float phi, float color_out[3]);
|
||||
|
||||
Reference in New Issue
Block a user