MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / SetColor

Method SetColor

neo/renderer/RenderSystem.cpp:300–302  ·  view source on GitHub ↗

============= SetColor This can be used to pass general information to the current material, not just colors ============= */

Source from the content-addressed store, hash-verified

298=============
299*/
300void idRenderSystemLocal::SetColor( const idVec4 &rgba ) {
301 guiModel->SetColor( rgba[0], rgba[1], rgba[2], rgba[3] );
302}
303
304
305/*

Callers 1

SetColor4Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected