STROOP: Difference between revisions

162 bytes added ,  13 April 2019
Line 151: Line 151:
Controllers are a set of controls used for manipulating one or more variables. There are 3 kinds of controllers:
Controllers are a set of controls used for manipulating one or more variables. There are 3 kinds of controllers:


* '''Simple Controller''': A simple controller is in charge of manipulating one variable. It consists of 2 buttons and a textbox. The buttons are used for subtracting from and adding to the variable using the value that's in the textbox. Right clicking on one of the buttons shows the option to toggle whether the buttons have the normal orientation (i.e. subtraction on the left, addition on the right) or the inverted orientation (addition on the left, subtraction on the right).
* '''Simple Controller''': A Simple Controller is in charge of manipulating one variable. It consists of 2 buttons and a textbox. The buttons are used for subtracting from and adding to the variable using the value that's in the textbox. Right clicking on one of the buttons shows the option to toggle whether the buttons have the normal orientation (i.e. subtraction on the left, addition on the right) or the inverted orientation (addition on the left, subtraction on the right).


* '''Triplet Controller''':
* '''Triplet Controller''': A Triplet Controller is in charge of manipulating a triplet of variables, usually a set of (x,y,z) Euler coordinates or (theta,phi,radius) spherical coordinates.


* '''Advanced Controller''':
* '''Advanced Controller''':