Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ ClearPivot
Method
ClearPivot
Source/Objects/envobject.cpp:1866–1868 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1864
}
1865
1866
void PlantComponent::ClearPivot() {
1867
pivot = vec3(0.0f);
1868
}
1869
1870
bool PlantComponent::IsActive() {
1871
static const float _angle_threshold = 0.0001f;
Callers
1
Moved
Method · 0.80
Calls
1
vec3
Class · 0.50
Tested by
no test coverage detected