2.5: merge with trunk, previous merge was only up to yesterday.
svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17416:HEAD
This commit is contained in:
@@ -53,8 +53,8 @@ int shadeHaloFloat(HaloRen *har,
|
||||
/**
|
||||
* Render the sky at pixel (x, y).
|
||||
*/
|
||||
void shadeSkyPixel(float *collector, float fx, float fy);
|
||||
void shadeSkyView(float *colf, float *rco, float *view, float *dxyview);
|
||||
void shadeSkyPixel(float *collector, float fx, float fy, short thread);
|
||||
void shadeSkyView(float *colf, float *rco, float *view, float *dxyview, short thread);
|
||||
void shadeAtmPixel(struct SunSky *sunsky, float *collector, float fx, float fy, float distance);
|
||||
void shadeSunView(float *colf, float *view);
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user