Searched refs:detectshadows (Results 1 – 2 of 2) sorted by relevance
261 virtual void setDetectShadows(bool detectshadows) in setDetectShadows() argument263 if ((bShadowDetection && detectshadows) || (!bShadowDetection && !detectshadows)) in setDetectShadows()265 bShadowDetection = detectshadows; in setDetectShadows()
176 virtual void setDetectShadows(bool detectshadows) { bShadowDetection = detectshadows; } in setDetectShadows() argument