![]() |
VR-Forces 4.8 Class Documentation
|
Component concepts are described in ComponentConcepts.
This section explains how to create actuators and controllers. It uses the following examples:
As you work your way through the examples, you will see that there is a great deal of similarity in the construction of the different components. This is because they all derive from DtSimComponent, and therefore, have similar basic functions that they must override. The real difference between the components is what they do in their tick() function, and this is entirely up to you. It is really a case of how you conceptualize the model you want your simulation objects to follow and how you implement that model. For information about the conceptual model underlying components, please see 4.2 - Components and The Component Manager.
[Home] [Top of Page] [Adding a New Simulation Object Behavior (Creating an Actuator) >>]