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