MCPcopy 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
826void DetailObjectSurface::SetMinScale(float _min_scale) {
827 min_scale = _min_scale;
828}
829
830void DetailObjectSurface::SetMaxScale(float _max_scale) {
831 max_scale = _max_scale;

Callers 2

SetDetailObjectLayersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected