Added separate unform variable to keep track of abmient contribution.
This commit is contained in:
parent
2ab66d9948
commit
af922cc355
@ -98,6 +98,7 @@ class OSGSHADOW_EXPORT ShadowMap : public ShadowTechnique
|
||||
|
||||
osg::ref_ptr<osg::LightSource> _ls;
|
||||
|
||||
osg::ref_ptr<osg::Uniform> _ambientBiasUniform;
|
||||
UniformList _uniformList;
|
||||
ShaderList _shaderList;
|
||||
unsigned int _baseTextureUnit;
|
||||
|
Loading…
Reference in New Issue
Block a user