27 : mRenderShadows( other.mRenderShadows )
28 , mSelectedDirectionalLight( other.mSelectedDirectionalLight )
29 , mMaximumShadowRenderingDistance( other.mMaximumShadowRenderingDistance )
30 , mShadowBias( other.mShadowBias )
31 , mShadowMapResolution( other.mShadowMapResolution )
51 mRenderShadows = element.attribute( u
"shadow-rendering-enabled"_s, u
"0"_s ).toInt();
52 mSelectedDirectionalLight = element.attribute( u
"selected-directional-light"_s, u
"-1"_s ).toInt();
53 mMaximumShadowRenderingDistance = element.attribute( u
"max-shadow-rendering-distance"_s, u
"1500"_s ).toInt();
54 mShadowBias = element.attribute( u
"shadow-bias"_s, u
"0.00001"_s ).toFloat();
55 mShadowMapResolution = element.attribute( u
"shadow-map-resolution"_s, u
"2048"_s ).toInt();
A container for the context for various read/write operations on objects.