MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SetMaterial

Method SetMaterial

src/StaticMesh.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void RavEngine::StaticMesh::SetMaterial(Ref<Material> mat)
70{
71 material = mat;
72}
73
74void RavEngine::StaticMesh::Draw(LLGL::CommandBuffer* commands)
75{

Callers 2

TestEntityMethod · 0.80
TestWorldMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestEntityMethod · 0.64
TestWorldMethod · 0.64