Blender Internal:

* Remove some remaining (already commented) radiosity cruft.
This commit is contained in:
2012-04-14 21:48:34 +00:00
parent 8d665ccdcc
commit 44f10d889e
4 changed files with 3 additions and 8 deletions

View File

@@ -50,9 +50,6 @@ struct MTex;
struct ImBuf;
struct DerivedMesh;
// RADIO REMOVED, Maybe this will be useful later
//void RE_zbufferall_radio(struct RadView *vw, struct RNode **rg_elem, int rg_totelem, struct Render *re);
/* particle.c, effect.c, editmesh_modes.c and brush.c, returns 1 if rgb, 0 otherwise */
int externtex(struct MTex *mtex, const float vec[3], float *tin, float *tr, float *tg, float *tb, float *ta, const int thread);