Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
using namespace World;
8
9
BspTree::BspTree(WorldInstance& world)
10
: m_World(world)
11
{
12
}
13
14
NodeIndex BspTree::addEntity(Handle::EntityHandle entity)
15
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected