Function:ss2scs
From S2PLOT
(Difference between revisions)
| Revision as of 23:07, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 01:47, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
| Line 1: | Line 1: | ||
| ==ss2scs== | ==ss2scs== | ||
| - | Set/query the camera speed. | + | Set the camera speed. |
| ==Prototype== | ==Prototype== | ||
| Line 9: | Line 9: | ||
| ==Description== | ==Description== | ||
| - | Set/query the camera speed (ie. increment amount for camera movements. Values between 0.01 and 20.0 are reasonably sensible. | + | Set the camera speed (ie. increment amount for camera movements. Values between 0.01 and 20.0 are reasonably sensible. |
| ==See Also== | ==See Also== | ||
| + | <table> | ||
| + | <tr><td>[[Function:ss2qcs | ss2qcs ]]</td><td>Query the camera speed. </td></tr> | ||
| + | <tr><td>[[Function:ss2qca | ss2qca ]]</td><td>Query the camera aperture. </td></tr> | ||
| + | <tr><td>[[Function:ss2sca | ss2sca ]]</td><td>Set the camera aperture. </td></tr> | ||
| + | <tr><td>[[Function:ss2sc | ss2sc ]]</td><td>Set the camera position, up vector and view direction. </td></tr> | ||
| + | <tr><td>[[Function:ss2qc | ss2qc ]]</td><td>Query the camera position, up vector and view direction. </td></tr> | ||
| + | </table> | ||
| ==Code Example== | ==Code Example== | ||
Revision as of 01:47, 7 January 2009
ss2scs
Set the camera speed.
Prototype
void ss2scs(float spd);
Description
Set the camera speed (ie. increment amount for camera movements. Values between 0.01 and 20.0 are reasonably sensible.
See Also
| ss2qcs | Query the camera speed. |
| ss2qca | Query the camera aperture. |
| ss2sca | Set the camera aperture. |
| ss2sc | Set the camera position, up vector and view direction. |
| ss2qc | Query the camera position, up vector and view direction. |
Code Example
Back to S2PLOT function list.
Back to template page.
