14#ifndef OSGSHADOW_SOFTSHADOWMAP
15#define OSGSHADOW_SOFTSHADOWMAP 1
69 float getBias()
const {
return getPolygonOffset().x(); }
Definition SoftShadowMap:28
META_Object(osgShadow, SoftShadowMap)
float _jitteringScale
Definition SoftShadowMap:83
float getJitteringScale() const
Definition SoftShadowMap:52
SoftShadowMap(const SoftShadowMap &es, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY)
osg::ref_ptr< osg::Uniform > _jitteringScaleUniform
Definition SoftShadowMap:81
void setJitterTextureUnit(unsigned int jitterTextureUnit)
void initJittering(osg::StateSet *ss)
void setJitteringScale(float jitteringScale)
float _softnessWidth
Definition SoftShadowMap:82
unsigned int _jitterTextureUnit
Definition SoftShadowMap:84
float getBias() const
Definition SoftShadowMap:69
void setBias(float bias)
Definition SoftShadowMap:66
unsigned int getJitterTextureUnit() const
Definition SoftShadowMap:58
float getSoftnessWidth() const
Definition SoftShadowMap:42
virtual ~SoftShadowMap(void)
Definition SoftShadowMap:73
osg::ref_ptr< osg::Uniform > _softnessWidthUniform
Definition SoftShadowMap:80
void setSoftnessWidth(float softnessWidth)
@ SHALLOW_COPY
Definition CopyOp:47
Definition ConvexPolyhedron:33
#define OSGSHADOW_EXPORT
Definition osgShadow/Export:39