Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetColorTint
Method
SetColorTint
Source/Graphics/detailobjectsurface.cpp:854–856 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
852
}
853
854
void DetailObjectSurface::SetColorTint(const vec3& tint) {
855
batch.SetUniformVec3(
"color_tint"
, tint);
856
}
857
858
TriInt::TriInt(int a, int b, int c) {
859
val[0] = a;
Callers
1
ReceiveObjectMessageVAList
Method · 0.80
Calls
1
SetUniformVec3
Method · 0.45
Tested by
no test coverage detected