MCPcopy Create free account
hub / github.com/dhale/jtk / cullApply

Method cullApply

core/src/main/java/edu/mines/jtk/sgl/Node.java:249–255  ·  view source on GitHub ↗

Applies the cull process to this node. If the view frustum intersects the bounding sphere of this node, then this method calls the three methods #cullBegin(CullContext), #cull(CullContext), and #cullEnd(CullContext), in that order. @param cc the cull context.

(CullContext cc)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

drawMethod · 0.80
cullMethod · 0.80

Calls 4

cullBeginMethod · 0.95
cullMethod · 0.95
cullEndMethod · 0.95

Tested by

no test coverage detected