Home | History | Annotate | Download | only in Renderer

Lines Matching defs:c000

1075 		Color<float> c000 = read(x0, y0, z0);
1088 c000 *= (1 - fx) * (1 - fy) * (1 - fz);
1097 return c000 + c100 + c010 + c110 + c001 + c101 + c011 + c111;