MCPcopy Create free account
hub / github.com/SpartanJ/eepp / clipDisable

Method clipDisable

src/eepp/scene/node.cpp:1827–1830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1825}
1826
1827Node* Node::clipDisable() {
1828 writeNodeFlag( NODE_FLAG_CLIP_ENABLE, 0 );
1829 return this;
1830}
1831
1832void Node::clipSmartEnable( const Int32& x, const Int32& y, const Uint32& Width,
1833 const Uint32& Height, bool needsClipPlanes ) {

Callers 2

clipSmartDisableMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by 1

renderMethod · 0.36