MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / GetSpecularMap

Method GetSpecularMap

ZEngine/src/StandardMaterial.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 Ref<Textures::Texture> StandardMaterial::GetSpecularMap() const {
71 return m_specular_map;
72 }
73
74 Ref<Textures::Texture> StandardMaterial::GetDiffuseMap() const {
75 return m_texture;

Callers 1

RenderMethod · 0.80

Calls

no outgoing calls

Tested by 1

RenderMethod · 0.64