creating a force object custom controller
- arun ramakrishnan
- Posts: 8
- Joined: Sat Nov 15, 2008 6:46 pm
creating a force object custom controller
what force can i attach to a body so that i can modify it within a custom_controller class.
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
RE: creating a force object custom controller
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
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