Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ TrackBlock
Method
TrackBlock
src/Scene/TrackBlock.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include
"TrackBlock.h"
6
7
TrackBlock::TrackBlock(int blockID, glm::vec3 center_pos) {
8
block_id = blockID;
9
center = center_pos;
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected