VoltAir
|
Struct containing the accumulated result of getFlattenedRenderParameters(). More...
Public Attributes | |
QPointF | worldPosition |
World position of this Graphic. More... | |
float | rotation = 0.0f |
Rotation in world space of this Graphic. More... | |
float | opacity = 1.0f |
Opacity of this Graphic, with 0.0f being fully transparent, and 1.0f being opaque. More... | |
float | zDepth = 0.0f |
Z-depth of this Graphic, to be used for sorting. More... | |
Struct containing the accumulated result of getFlattenedRenderParameters().
float Graphic::RenderParameters::opacity = 1.0f |
Opacity of this Graphic, with 0.0f
being fully transparent, and 1.0f
being opaque.
float Graphic::RenderParameters::rotation = 0.0f |
Rotation in world space of this Graphic.
float Graphic::RenderParameters::zDepth = 0.0f |
Z-depth of this Graphic, to be used for sorting.