28 enum class ReflectionRefreshMode
34 enum class ReflectionTimeSlicing
41 quint32 reflectionMapRes = 8;
42 QColor clearColor = Qt::transparent;
43 ReflectionRefreshMode refreshMode = ReflectionRefreshMode::FirstFrame;
44 ReflectionTimeSlicing timeSlicing = ReflectionTimeSlicing::None;
45 bool parallaxCorrection =
false;
46 QVector3D boxSize { 0.0, 0.0, 0.0 };
47 QVector3D boxOffset { 0.0, 0.0, 0.0 };
48 bool hasScheduledUpdate =
false;
49 QSSGRenderImage *texture =
nullptr;
51 explicit QSSGRenderReflectionProbe();