Blender V2.61 - r43446
Classes | Typedefs | Functions

RE_shader_ext.h File Reference

Go to the source code of this file.

Classes

struct  TexResult
struct  ShadeResult
struct  ShadeInputCopy
struct  ShadeInputUV
struct  ShadeInputCol
struct  ShadeInput

Typedefs

typedef struct TexResult TexResult
typedef struct ShadeResult ShadeResult
typedef struct ShadeInputUV ShadeInputUV
typedef struct ShadeInputCol ShadeInputCol
typedef struct ShadeInput ShadeInput

Functions

int multitex_ext (struct Tex *tex, float *texvec, float *dxt, float *dyt, int osatex, struct TexResult *texres)
int multitex_ext_safe (struct Tex *tex, float *texvec, struct TexResult *texres)
int multitex_nodes (struct Tex *tex, float *texvec, float *dxt, float *dyt, int osatex, struct TexResult *texres, short thread, short which_output, struct ShadeInput *shi, struct MTex *mtex)
int RE_bake_shade_all_selected (struct Render *re, int type, struct Object *actob, short *do_update, float *progress)
struct ImageRE_bake_shade_get_image (void)
void RE_bake_ibuf_filter (struct ImBuf *ibuf, char *mask, const int filter)

Detailed Description

Definition in file RE_shader_ext.h.


Typedef Documentation

typedef struct ShadeInput ShadeInput
typedef struct ShadeInputCol ShadeInputCol
typedef struct ShadeInputUV ShadeInputUV
typedef struct ShadeResult ShadeResult
typedef struct TexResult TexResult

Function Documentation

int multitex_ext ( struct Tex tex,
float *  texvec,
float *  dxt,
float *  dyt,
int  osatex,
struct TexResult texres 
)
int multitex_ext_safe ( struct Tex tex,
float *  texvec,
struct TexResult texres 
)

Definition at line 1367 of file render_texture.c.

References multitex_nodes(), NULL, and Tex::use_nodes.

Referenced by dynamicPaint_setInitialColor(), and get_texture_value().

int multitex_nodes ( struct Tex tex,
float *  texvec,
float *  dxt,
float *  dyt,
int  osatex,
struct TexResult texres,
short  thread,
short  which_output,
struct ShadeInput shi,
struct MTex mtex 
)
void RE_bake_ibuf_filter ( struct ImBuf ibuf,
char *  mask,
const int  filter 
)
int RE_bake_shade_all_selected ( struct Render re,
int  type,
struct Object actob,
short *  do_update,
float *  progress 
)
struct Image* RE_bake_shade_get_image ( void  ) [read]

Definition at line 2695 of file rendercore.c.

References R.

Referenced by bake_update().