update version, cmake, ColladaDemo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user