Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ SetMaterial
Method
SetMaterial
ogsr_engine/xrGame/PHShell.cpp:431–438 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
}
430
431
void CPHShell::SetMaterial(LPCSTR m)
432
{
433
ELEMENT_I i;
434
for (i = elements.begin(); elements.end() != i; ++i)
435
{
436
(*i)->SetMaterial(m);
437
}
438
}
439
440
void CPHShell::SetMaterial(u16 m)
441
{
Callers
6
PHSetMaterial
Method · 0.45
reinit
Method · 0.45
AddElementRecursive
Method · 0.45
create_physic_shell
Method · 0.45
net_Spawn
Method · 0.45
CreateSkeleton
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected