Skip to content

Instantly share code, notes, and snippets.

@mmmovania
Created March 29, 2014 10:33
const hkReal boxMass(10.0f);
hkMassProperties massProps;
hkpInertiaTensorComputer::computeShapeVolumeMassProperties(boxShape, boxMass, massProps);
ci.setMassProperties(massProps);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment