MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / SetNormalMap

Method SetNormalMap

Source/Engine/StratusMaterial.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 void Material::SetNormalMap(TextureHandle handle) {
155 MarkChanged();
156 auto ul = LockWrite_();
157 normalMap_ = handle;
158 }
159
160 void Material::SetRoughnessMap(TextureHandle handle) {
161 MarkChanged();

Callers 2

InitializeMethod · 0.80
ProcessMaterialFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected