Private Member Functions | |
void | Awake () |
void | Start () |
void | PerformStressTests () |
IEnumerator | PerformStressTestOne (float applyForceTime=1f) |
Private Attributes | |
SimulationLoop | simulationLoop |
The SimulationLoop component that executes all steps of the simulation loop. More... | |
bool | doStressTestOne = false |
This class enables the user to test the impact of mutliple external forces and external torques with one button within the Unity inspector.
|
private |
|
private |
Performs stress test one. This test fixes the position of one end of the guidewire, and applies pullForce
at the other end for applyForceTime
seconds, and then applies - pullForce
for another applyForceTime
seconds.
applyForceTime | For how many seconds to apply the force to the particles. |
|
private |
Performs each Stress Test whose respective serialized boolean is set to true in the Unity inspector.
|
private |
|
private |
Whether to run Stress Test One. This test fixes the position of one end of the guidewire, and applies pullForce
at the other end for applyForceTime
seconds, and then applies - pullForce
for another applyForceTime
seconds.
|
private |
The SimulationLoop component that executes all steps of the simulation loop.