Further to #2300 the coordinate textures do no update anymore when using a TextureInterpolation as input of texcoord
Due this change:
m_vtexcoords.setParent(nullptr); // manually break the data link to follow topological changes
deleting this line solves the issue, but I would need your insight @epernod on what was exactly intended here.
Further to #2300 the coordinate textures do no update anymore when using a TextureInterpolation as input of texcoord
Due this change:
deleting this line solves the issue, but I would need your insight @epernod on what was exactly intended here.