Object's hasTransparency should be re-evaluated on shader changes #98
Closed
Description
A RenderObject's hasTransparency function is only evaluated when the object enters the ready queue, however shader changes (especially shader reassignments) could change the object's transparency state. This should be rechecked on shader changes to ensure the object is always in the correct render group (transparent or opaque).