MCPcopy 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
854void DetailObjectSurface::SetColorTint(const vec3& tint) {
855 batch.SetUniformVec3("color_tint", tint);
856}
857
858TriInt::TriInt(int a, int b, int c) {
859 val[0] = a;

Callers 1

Calls 1

SetUniformVec3Method · 0.45

Tested by

no test coverage detected