MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / GetVisibleSet

Method GetVisibleSet

GTE/Graphics/Node.cpp:185–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void Node::GetVisibleSet(Culler& culler,
186 std::shared_ptr<Camera> const& camera, bool noCull)
187{
188 for (auto& child : mChild)
189 {
190 if (child)
191 {
192 child->OnGetVisibleSet(culler, camera, noCull);
193 }
194 }
195}
196
197

Callers 9

UpdateFacesMethod · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45
DoCullSortMethod · 0.45
OnIdleMethod · 0.45
UpdateSceneMethod · 0.45
OnIdleMethod · 0.45

Calls 1

OnGetVisibleSetMethod · 0.80

Tested by

no test coverage detected