Page 1 of 1

creating a force object custom controller

Posted: Wed Jun 22, 2011 8:18 am
by arunthehermit
what force can i attach to a body so that i can modify it within a custom_controller class.

RE: creating a force object custom controller

Posted: Fri Jun 24, 2011 3:43 pm
by aymanh
Hi Arun,

What are you trying to accomplish, the force type should be a function of what you want applied (e.g. BodyForce, PointForce, Torque, .. etc.) since it has to have a control, it should be a subclass of Actuator. I'd suggest you consult the doxygen documentation and find what fits you best and let us know if you have any questions.

Best regards,
-Ayman