266
edits
Changes
no edit summary
{{cquote|So, in old times when rendering textures was slow and complicated, we rendered objects with monochromatic surface colors. Then the (schematic) lighting equation (without specular, and the sum of ambient and diffuse already computed) was
visibleColor.rgb /= objectColor.rgb /* light.rgb /+ objectEmissive.rgb
Now, we have textures and so we get