Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ GetDiffuseMap
Method
GetDiffuseMap
ZEngine/src/StandardMaterial.cpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
Ref<Textures::Texture> StandardMaterial::GetDiffuseMap() const {
75
return m_texture;
76
}
77
78
void StandardMaterial::SetTexture(Textures::Texture* const texture) {
79
SetDiffuseMap(texture);
Callers
1
Render
Method · 0.80
Calls
no outgoing calls
Tested by
1
Render
Method · 0.64