Return true if the object should be taken into account for visual occlusion.
| 443 | |
| 444 | /// Return true if the object should be taken into account for visual occlusion. |
| 445 | bool isVisualOccluder() const { return mObjectFlags.test( VisualOccluderFlag ); } |
| 446 | |
| 447 | /// @} |
| 448 |
no test coverage detected