MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / setNormalMap

Function setNormalMap

Source/Falcor/Scene/Material/BasicMaterial.h:142–142  ·  view source on GitHub ↗

Set the normal map. */

Source from the content-addressed store, hash-verified

140 /** Set the normal map.
141 */
142 void setNormalMap(const ref<Texture>& pNormalMap) { setTexture(TextureSlot::Normal, pNormalMap); }
143
144 /** Get the normal map.
145 */

Callers 2

renderUIMethod · 0.70
renderUIMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected