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

Method GetVisibleSet

GTE/Graphics/Visual.h:73–79  ·  view source on GitHub ↗

Support for hierarchical culling.

Source from the content-addressed store, hash-verified

71
72 // Support for hierarchical culling.
73 inline virtual void GetVisibleSet(Culler& culler,
74 std::shared_ptr<Camera> const& camera, bool noCull) override
75 {
76 (void)camera;
77 (void)noCull;
78 culler.Insert(this);
79 }
80
81 std::shared_ptr<VertexBuffer> mVBuffer;
82 std::shared_ptr<IndexBuffer> mIBuffer;

Callers

nothing calls this directly

Calls 1

InsertMethod · 0.45

Tested by

no test coverage detected