0002885: Rework Transform management, rework rendering (1 Viewer)

MediaPortal-Bot

Worlds greatest bot!
March 26, 2007
3,715
180
Home Country
Germany Germany
Currently, transforms are not handled correctly. RenderTransforms are rendered but LayoutTransforms are implemented in a wrong way.
This task includes a rework of the complete rendering, i.e. creating a RenderContext class holding current rendering information like current opacity, scissor rect, current transform etc., which was held in the SkinContext until now. An instance of RenderContext will be passed through the Render calls and modified by children. During layouting, no transforms are applied but the local LayoutTransform. During rendering, both LayoutTransforms and RenderTransforms are combined to a final transform which is applied in each render method.

http://mantis.team-mediaportal.com/view.php?id=2885

Open the issue in Mantis...
 

Users who are viewing this thread

Top Bottom