MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SetMinEmbed

Method SetMinEmbed

Source/Graphics/detailobjectsurface.cpp:818–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818void DetailObjectSurface::SetMinEmbed(float _min_embed) {
819 min_embed = _min_embed;
820}
821
822void DetailObjectSurface::SetMaxEmbed(float _max_embed) {
823 max_embed = _max_embed;

Callers 2

SetDetailObjectLayersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected