Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ createJointAndBody
Function
createJointAndBody
src/examples/physics/physics.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
#define NOT_GRABABLE_MASK ( ~GRABABLE_MASK_BIT )
29
30
void createJointAndBody() {
31
mMouseJoint = NULL;
32
mMouseBody = Body::New( INFINITY, INFINITY );
33
}
34
35
EE::Window::Window* mWindow;
36
Input* KM;
Callers
6
demo1Create
Method · 0.85
demo2Create
Method · 0.85
demo1Create
Function · 0.85
demo2Create
Function · 0.85
demo3Create
Function · 0.85
demo4Create
Function · 0.85
Calls
1
New
Function · 0.50
Tested by
2
demo1Create
Method · 0.68
demo2Create
Method · 0.68