harrison-lucas / bullet

Automatically exported from code.google.com/p/bullet
Other
0 stars 0 forks source link

Add getters and setters for constraint parameters. #727

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A number of constraints currently don't provide access to internal data that is 
settable by the user in certain circumstances (such as during construction via 
a constructor) or is otherwise important to understanding and checking the 
current state of the constraint.  

In my specific case we attempt to serialize bullet data through our own 
serialization system rather than ones provided by bullet, so we had to add 
accessors to some of the members so we could serialize the state.

I have provided patch files that contain all the changes/additions I made to 
the constraints in question.  These changes were made to Bullet 2.81-rev2613, 
the package available for download on the googlecode page.  The patch files 
were generated via diff command on a bash prompt.

Original issue reported on code.google.com by makoener...@gmail.com on 19 Jul 2013 at 11:16

Attachments:

GoogleCodeExporter commented 9 years ago
Since doing further integrations for the new bullet versions, I have created 
getters and setters for the new btGearConstraint.

Original comment by makoener...@gmail.com on 20 Jul 2013 at 3:07

Attachments:

GoogleCodeExporter commented 9 years ago
moved to https://github.com/bulletphysics/bullet3/issues/88

Original comment by erwin.coumans on 30 Mar 2014 at 6:03