Function:ns2svas
From S2PLOT
(Difference between revisions)
Revision as of 01:59, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 23:04, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 25: | Line 25: | ||
[[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 23:04, 7 January 2009
ns2svas
Set alpha scaling mode.
Prototype
void ns2svas(int mode);
Description
Set 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
ns2cvr | Create a volume rendering object. |
ns2cvra | Render volume of objects. |
ns2qvas | Query alpha scaling mode. |
Code Example
Back to S2PLOT function list.