On elements, data and textures are separate lists. However, the difference between what goes in these lists is a bit arbitrary, especially as we introduce more data/texture types like UV-mapped textures. These use an image (so are they textures?) but they are also tied to the geometry (so are they data?).
We propose eliminating texture attribute and assigning all data and texture objects on an element to data.
On elements,
data
andtextures
are separate lists. However, the difference between what goes in these lists is a bit arbitrary, especially as we introduce more data/texture types like UV-mapped textures. These use an image (so are they textures?) but they are also tied to the geometry (so are they data?).We propose eliminating
texture
attribute and assigning all data and texture objects on an element todata
.