fixed various minor warnings
parent
3e6a4c56d5
commit
dc4ea75259
|
@ -149,7 +149,6 @@ private:
|
|||
ref<IrradianceCache> m_irrCache;
|
||||
int m_resolution;
|
||||
bool m_gradients, m_clampNeighbor, m_clampScreen;
|
||||
Float m_influenceMin, m_influenceMax;
|
||||
Float m_quality;
|
||||
};
|
||||
|
||||
|
|
|
@ -94,7 +94,6 @@ private:
|
|||
ref<IrradianceRecordVector> m_samples;
|
||||
int m_resolution;
|
||||
bool m_gradients, m_clampNeighbor, m_clampScreen;
|
||||
Float m_influenceMin, m_influenceMax;
|
||||
Float m_quality;
|
||||
ProgressReporter *m_progress;
|
||||
};
|
||||
|
|
|
@ -110,7 +110,6 @@ public:
|
|||
private:
|
||||
Spectrum m_brightReflectance;
|
||||
Spectrum m_darkReflectance;
|
||||
Float m_width;
|
||||
};
|
||||
|
||||
Shader *VertexColors::createShader(Renderer *renderer) const {
|
||||
|
|
Loading…
Reference in New Issue