[Bf-committers] Proposal for unifying nodes

Matt Ebb matt at mke3.net
Mon Jun 15 09:45:57 CEST 2009


On Mon, Jun 15, 2009 at 5:32 PM, Aurel W.<aurel.w at gmail.com> wrote:
>For compositing, these are Images, not Pixels, for Textures,
> these are Images too,....

No they're not. Textures need to be completely independent: coordinate
in -> values out. Although textures may look like simple images, they
have more functionality than this, such as filtering, mipmaps, etc.
which can change depending on the input derivatives. You can generate
images from textures (by sampling the texture at every pixel in the
image buffer), but you can't go the other way around, as part of a
shading pipeline at least.

Matt


More information about the Bf-committers mailing list