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