Home
last modified time | relevance | path

Searched defs:shadowMapIntensity (Results 1 – 7 of 7) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/OpenGLWindow/
H A DSimpleOpenGL2Renderer.h30 virtual void setShadowMapIntensity(double shadowMapIntensity) {} in setShadowMapIntensity()
H A DGLInstancingRenderer.cpp1499 void GLInstancingRenderer::setShadowMapIntensity(double shadowMapIntensity) in setShadowMapIntensity()
/dports/devel/py-bullet3/bullet3-3.21/examples/OpenGLWindow/
H A DSimpleOpenGL2Renderer.h30 virtual void setShadowMapIntensity(double shadowMapIntensity) {} in setShadowMapIntensity()
H A DGLInstancingRenderer.cpp1499 void GLInstancingRenderer::setShadowMapIntensity(double shadowMapIntensity) in setShadowMapIntensity()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsClientC_API.cpp6128 …sualizerSetShadowMapIntensity(b3SharedMemoryCommandHandle commandHandle, double shadowMapIntensity) in b3ConfigureOpenGLVisualizerSetShadowMapIntensity()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsClientC_API.cpp6128 …sualizerSetShadowMapIntensity(b3SharedMemoryCommandHandle commandHandle, double shadowMapIntensity) in b3ConfigureOpenGLVisualizerSetShadowMapIntensity()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/
H A Dpybullet.c7448 double shadowMapIntensity = -1; in pybullet_configureDebugVisualizer() local