Home | History | Annotate | Download | only in Renderer

Lines Matching full:c000

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