Fixed bug in tracks without skybox
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -19,6 +19,7 @@
|
||||
#include "graphics/IBL.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "graphics/sphericalHarmonic.hpp"
|
||||
#include "utils/log.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
@@ -152,11 +153,6 @@ SphericalHarmonic::SphericalHarmonic(const video::SColor &ambient)
|
||||
|
||||
}// SphericalHarmonic(const video::SColor &ambient)
|
||||
|
||||
int SphericalHarmonic::getNbTex()
|
||||
{
|
||||
return m_spherical_harmonics_textures.size();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -46,7 +46,6 @@ public:
|
||||
inline const float* getRedSHCoeff() const {return m_red_SH_coeff; }
|
||||
|
||||
|
||||
int getNbTex();
|
||||
};
|
||||
|
||||
#endif //HEADER_SPHERICAL_HARMONIC_HPP
|
||||
|
||||
Reference in New Issue
Block a user