fixed various minor warnings

metadata
Wenzel Jakob 2013-10-25 21:33:34 +02:00
parent 3e6a4c56d5
commit dc4ea75259
3 changed files with 0 additions and 3 deletions

View File

@ -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;
};

View File

@ -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;
};

View File

@ -110,7 +110,6 @@ public:
private:
Spectrum m_brightReflectance;
Spectrum m_darkReflectance;
Float m_width;
};
Shader *VertexColors::createShader(Renderer *renderer) const {