MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / SetTileFactor

Method SetTileFactor

ZEngine/src/StandardMaterial.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 void StandardMaterial::SetTileFactor(float value) {
19 m_tile_factor = value;
20 }
21
22 void StandardMaterial::SetTintColor(const glm::vec4& value) {
23 m_tint_color = value;

Callers 2

RenderMethod · 0.80
InitializeMethod · 0.80

Calls

no outgoing calls

Tested by 1

RenderMethod · 0.64