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

Method SetShininess

ZEngine/src/StandardMaterial.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void StandardMaterial::SetShininess(float value) {
27 m_shininess = value;
28 }
29
30 void StandardMaterial::SetLight(const Ref<Lights::BasicLight>& light) {
31 m_light = light;

Callers 2

RenderMethod · 0.80
InitializeMethod · 0.80

Calls

no outgoing calls

Tested by 1

RenderMethod · 0.64