MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / PickingSystem

Method PickingSystem

App/interaction/picking/PickingSystem.cpp:8–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "Rendering/BaseRenderer.h"
7
8PickingSystem::PickingSystem(AtomStorage& atomStorage, World& box, std::unique_ptr<BaseRenderer>& renderer)
9 : atomStorage(&atomStorage), box(&box), renderer(&renderer) {}
10
11void PickingSystem::setWorld(AtomStorage& newAtomStorage, World& newBox) {
12 atomStorage = &newAtomStorage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected