Function:ns2qvas
From S2PLOT
(Difference between revisions)
| Revision as of 01:54, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 02:00, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
| Line 12: | Line 12: | ||
| ==See Also== | ==See Also== | ||
| + | <table> | ||
| + | <tr><td>[[Function:ns2svas | ns2svas]]</td><td>Set alpha scaling mode. </td></tr> | ||
| + | <tr><td>[[Function:ns2cvr | ns2cvr ]]</td><td>Create a volume rendering object. </td></tr> | ||
| + | <tr><td>[[Function:ns2cvra| ns2cvra ]]</td><td>Render volume of objects. </td></tr> | ||
| + | </table> | ||
| ==Code Example== | ==Code Example== | ||
Revision as of 02:00, 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
| ns2svas | Set alpha scaling mode. |
| ns2cvr | Create a volume rendering object. |
| ns2cvra | Render volume of objects. |
Code Example
Back to S2PLOT function list.
Back to template page.
