Function:ns2qvas
From S2PLOT
(Difference between revisions)
Revision as of 23:36, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 01:54, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ns2qvas== | ==ns2qvas== | ||
- | Set/query alpha scaling mode. | + | Query alpha scaling mode. |
==Prototype== | ==Prototype== | ||
Line 9: | Line 9: | ||
==Description== | ==Description== | ||
- | Set/query alpha scaling mode for volume rendering, and normal scaling mode for isosurfaces: 0 => none, 1 => scale by volume dimensions, 2 => scale by viewport dimensions. | + | Query alpha scaling mode for volume rendering, and normal scaling mode for isosurfaces: 0 => none, 1 => scale by volume dimensions, 2 => scale by viewport dimensions. |
==See Also== | ==See Also== |
Revision as of 01:54, 7 January 2009
ns2qvas
Query alpha scaling mode.
Prototype
int ns2qvas(void);
Description
Query alpha scaling mode for volume rendering, and normal scaling mode for isosurfaces: 0 => none, 1 => scale by volume dimensions, 2 => scale by viewport dimensions.
See Also
Code Example
Back to S2PLOT function list.
Back to template page.