Function:ss2qcs
From S2PLOT
(Difference between revisions)
Revision as of 22:57, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 03:12, 27 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ss2qcs== | ==ss2qcs== | ||
- | Set/query the camer speed. | + | Set/query the camera speed. |
==Prototype== | ==Prototype== | ||
Revision as of 03:12, 27 January 2009
ss2qcs
Set/query the camera speed.
Prototype
float ss2qcs(void);
Description
Set/query the camera speed (ie. increment amount for camera movements. Values between 0.01 and 20.0 are reasonably sensible.
See Also
ss2scs | Set 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.