Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ SetBackRef
Method
SetBackRef
ogsr_engine/xrGame/PHJoint.cpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
};
42
43
void CPHJoint::SetBackRef(CPhysicsJoint** j)
44
{
45
R_ASSERT2(*j == static_cast<CPhysicsJoint*>(this),
"wronng reference"
);
46
m_back_ref = j;
47
}
48
void CPHJoint::CreateBall()
49
{
50
m_joint = dJointCreateBall(0, 0);
Callers
2
Init
Method · 0.80
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected