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

Method BillboardNode

GTE/Graphics/BillboardNode.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace gte;
12
13BillboardNode::BillboardNode(std::shared_ptr<Camera> const& camera)
14 :
15 mCamera(camera)
16{
17}
18
19void BillboardNode::UpdateWorldData(double applicationTime)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected