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

Method SetViewPosition

ZEngine/src/StandardMaterial.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 void StandardMaterial::SetViewPosition(const glm::vec3& position) {
35 m_view_position = position;
36 }
37
38 void StandardMaterial::SetSpecularMap(const Ref<Textures::Texture>& texture) {
39 m_specular_map = texture;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected