update version, cmake, ColladaDemo

This commit is contained in:
ejcoumans
2007-09-13 07:54:57 +00:00
parent ab6accefda
commit 42cda1692d
7 changed files with 138 additions and 14 deletions

View File

@@ -68,9 +68,10 @@ class MyColladaConverter : public ColladaConverter
}
bool useReferenceFrameA = true;
btGeneric6DofConstraint* genericConstraint = new btGeneric6DofConstraint(
*bodyRef,*bodyOther,
localAttachmentFrameRef,localAttachmentOther);
localAttachmentFrameRef,localAttachmentOther,useReferenceFrameA);
genericConstraint->setLinearLowerLimit(linearMinLimits);
genericConstraint->setLinearUpperLimit(linearMaxLimits);