Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Render
Method · 0.80
Initialize
Method · 0.80
Calls
no outgoing calls
Tested by
1
Render
Method · 0.64