Function:ss2sca
From S2PLOT
(Difference between revisions)
Revision as of 22:56, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 01:45, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ss2sca== | ==ss2sca== | ||
- | Set/query the camera aperture. | + | Set the camera aperture. |
==Prototype== | ==Prototype== | ||
Line 9: | Line 9: | ||
==Description== | ==Description== | ||
- | Set/query the camera aperture (in degrees). | + | Set the camera aperture (in degrees). |
==See Also== | ==See Also== | ||
+ | <table> | ||
+ | <tr><td>[[Function:ss2qca | ss2qca ]]</td><td>Query the camera aperture. </td></tr> | ||
+ | <tr><td>[[Function:ss2scs | ss2scs ]]</td><td>Set the camera speed. </td></tr> | ||
+ | <tr><td>[[Function:ss2qcs | ss2qcs ]]</td><td>Query the camera speed. </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:45, 7 January 2009
ss2sca
Set the camera aperture.
Prototype
void ss2sca(float aperture);
Description
Set the camera aperture (in degrees).
See Also
ss2qca | Query the camera aperture. |
ss2scs | Set the camera speed. |
ss2qcs | Query the camera speed. |
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.