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

Method GetShininess

ZEngine/src/StandardMaterial.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 float StandardMaterial::GetShininess() const {
63 return m_shininess;
64 }
65
66 const Maths::Vector4& StandardMaterial::GetTintColor() const {
67 return m_tint_color;

Callers 1

RenderMethod · 0.80

Calls

no outgoing calls

Tested by 1

RenderMethod · 0.64