| 1418 | } |
| 1419 | |
| 1420 | const Model* EnvObject::GetModel() const { |
| 1421 | return &Models::Instance()->GetModel(model_id_); |
| 1422 | } |
| 1423 | |
| 1424 | const MaterialDecal& EnvObject::GetMaterialDecal(const std::string& type, const vec3& pos, int* tri) { |
| 1425 | MaterialRef material = ofr_material; |
no outgoing calls
no test coverage detected