Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetMinScale
Method
SetMinScale
Source/Graphics/detailobjectsurface.cpp:826–828 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
824
}
825
826
void DetailObjectSurface::SetMinScale(float _min_scale) {
827
min_scale = _min_scale;
828
}
829
830
void DetailObjectSurface::SetMaxScale(float _max_scale) {
831
max_scale = _max_scale;
Callers
2
SetDetailObjectLayers
Method · 0.80
UpdateDetailObjectSurfaces
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected