Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ P_create_Shell
Function
P_create_Shell
ogsr_engine/xrGame/PhysicsShell.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
CPhysicsShell* P_create_Shell()
29
{
30
CPhysicsShell* shell = xr_new<CPHShell>();
31
return shell;
32
}
33
34
CPhysicsShell* P_create_splited_Shell()
35
{
Callers
12
CreateBody
Method · 0.85
create_physic_shell
Method · 0.85
CreateSkeleton
Method · 0.85
P_build_Shell
Function · 0.85
P_build_SimpleShell
Function · 0.85
CreateBody
Method · 0.85
CreatePhysicsShell
Method · 0.85
create_box_physic_shell
Method · 0.85
create_box2sphere_physic_shell
Method · 0.85
SplitJoint
Method · 0.85
ElementSingleSplit
Method · 0.85
CreateSkeleton
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected