Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
void RavEngine::StaticMesh::SetMaterial(Ref<Material> mat)
70
{
71
material = mat;
72
}
73
74
void RavEngine::StaticMesh::Draw(LLGL::CommandBuffer* commands)
75
{
Callers
2
TestEntity
Method · 0.80
TestWorld
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestEntity
Method · 0.64
TestWorld
Method · 0.64