question about btSoftBodyHelpers::CreateRope

Please don't post Bullet support questions here, use the above forums instead.
sputnikcem
Posts: 4
Joined: Sat Nov 21, 2009 6:14 pm

question about btSoftBodyHelpers::CreateRope

Post by sputnikcem »

What does the parameter int res means in

static btSoftBody* CreateRope( btSoftBodyWorldInfo& worldInfo,
const btVector3& from,
const btVector3& to,
int res,
int fixeds);

Thanks,