Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ isCulled
Method
isCulled
samples/FrustumCulling/src/CullableObject.h:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
void setCulled( bool culled = true ) { mIsCulled = culled; }
41
bool isCulled() { return mIsCulled; }
42
43
const ci::mat4& getTransform() const { return mTransform; }
44
Callers
1
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected