Player display of non-playable source

Show also non-playable sources to allow testing pre- post-display. Show post-processed image only if source made changes.
This commit is contained in:
Bruno Herbelin
2022-06-21 01:37:30 +02:00
parent 452221daa5
commit f2405e02f6
5 changed files with 121 additions and 165 deletions

View File

@@ -194,6 +194,7 @@ public:
// get properties
float depth () const;
float alpha () const;
bool textureTransformed () const;
// groups for mixing
MixingGroup *mixingGroup() const { return mixinggroup_; }