MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / BspTree

Method BspTree

src/engine/BspTree.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7using namespace World;
8
9BspTree::BspTree(WorldInstance& world)
10 : m_World(world)
11{
12}
13
14NodeIndex BspTree::addEntity(Handle::EntityHandle entity)
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected