| 811 | } |
| 812 | |
| 813 | void DetailObjectSurface::LoadWeightMap(const std::string& weight_path) { |
| 814 | // weight_map = ImageSamplers::Instance()->ReturnRef(weight_path); |
| 815 | weight_map = Engine::Instance()->GetAssetManager()->LoadSync<ImageSampler>(weight_path); |
| 816 | } |
| 817 | |
| 818 | void DetailObjectSurface::SetMinEmbed(float _min_embed) { |
| 819 | min_embed = _min_embed; |
no test coverage detected