? rt1.patch Index: extern/include/RE_shader_ext.h =================================================================== RCS file: /cvsroot/bf-blender/blender/source/blender/render/extern/include/RE_shader_ext.h,v retrieving revision 1.22 diff -u -r1.22 RE_shader_ext.h --- extern/include/RE_shader_ext.h 27 Dec 2006 10:20:28 -0000 1.22 +++ extern/include/RE_shader_ext.h 25 Apr 2007 19:18:14 -0000 @@ -81,7 +81,7 @@ } ShadeInputUV; typedef struct ShadeInputCol { - float col[3]; + float col[4]; char *name; } ShadeInputCol; @@ -124,7 +124,7 @@ float layerfac; /* texture coordinates */ - float lo[3], gl[3], ref[3], orn[3], winco[3], sticky[3], vcol[3], rad[3]; + float lo[3], gl[3], ref[3], orn[3], winco[3], sticky[3], vcol[4], rad[3]; float refcol[4], displace[3]; float strand, tang[3], stress, winspeed[4];