Function:ss2sca
From S2PLOT
(Difference between revisions)
Revision as of 01:45, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:56, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 26: | Line 26: | ||
[[S2PLOT:Function List | Back]] to S2PLOT function list. | [[S2PLOT:Function List | Back]] to S2PLOT function list. | ||
- | |||
- | |||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
- | |||
- | |||
- | Back to [[Function:Template | template]] page. |
Revision as of 22:56, 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.