Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ setKBump
Method
setKBump
tests/cpp-tests/Source/ShaderTest/ShaderTest2.cpp:448–452 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
446
}
447
448
void EffectNormalMapped::setKBump(float value)
449
{
450
_kBump = value;
451
SET_UNIFORM(_programState,
"u_kBump"
, _kBump);
452
}
453
454
void EffectNormalMapped::setLightPos(const Vec3& pos)
455
{
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected