Skip to content

Instantly share code, notes, and snippets.

@lalanikarim
Created September 11, 2012 04:22
Show Gist options
  • Save lalanikarim/3695940 to your computer and use it in GitHub Desktop.
Save lalanikarim/3695940 to your computer and use it in GitHub Desktop.
Add to c++ class
ISceneNode** sceneNodes;
neRigidBody** rigidBodies;
int sceneCount = 0;
int bodyCount = 0;
f32 cardmass = 1;
example2()
{
sceneNodes = new ISceneNode*[PICSCOUNT];
rigidBodies = new neRigidBody*[PICSCOUNT];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment