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

Method SetDensity

Source/Graphics/detailobjectsurface.cpp:809–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807}
808
809void DetailObjectSurface::SetDensity(float _density) {
810 density = _density;
811}
812
813void DetailObjectSurface::LoadWeightMap(const std::string& weight_path) {
814 // weight_map = ImageSamplers::Instance()->ReturnRef(weight_path);

Callers 2

SetDetailObjectLayersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected