MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getIsShadowMappingEnabled

Method getIsShadowMappingEnabled

testbed/src/Scene.h:351–353  ·  view source on GitHub ↗

Return true if the shadow mapping is enabled

Source from the content-addressed store, hash-verified

349
350// Return true if the shadow mapping is enabled
351inline bool Scene::getIsShadowMappingEnabled() const {
352 return mIsShadowMappingEnabled;
353}
354
355// Enabled/Disable the shadow mapping
356inline void Scene::setIsShadowMappingEnabled(bool isShadowMappingEnabled) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected