Function:ns2qsq
From S2PLOT
(Difference between revisions)
| Revision as of 01:49, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 01:53, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
| Line 12: | Line 12: | ||
| ==See Also== | ==See Also== | ||
| + | <table> | ||
| + | <tr><td>[[Function:ns2ssq | ns2ssq]]</td><td>Set the general surface quality. </td></tr> | ||
| + | <tr><td>[[Function:ns2cis | ns2cis]]</td><td>Create an isosurface object. </td></tr> | ||
| + | <tr><td>[[Function:ns2cisc | ns2cisc]]</td><td>Create an isosurface object with a colour function.</td></tr> | ||
| + | <tr><td>[[Function:ns2dis | ns2dis ]]</td><td>Draw an isosurface object </td></tr> | ||
| + | <tr><td>[[Function:ns2sisl | ns2sisl ]]</td><td>Change the level of isosurface </td></tr> | ||
| + | <tr><td>[[Function:ns2sisc | ns2sisc]]</td><td>Set the colour for an isosurface. </td></tr> | ||
| + | </table> | ||
| ==Code Example== | ==Code Example== | ||
Revision as of 01:53, 7 January 2009
ns2qsq
Query general surface quality.
Prototype
int ns2qsq(void);
Description
Query general surface quality high (1) or low (0, default). The former calculates weighted normals for all vertices, while the latter calculates a single normal per facet of the surface. The former should be used for export to VRML.
See Also
| ns2ssq | Set the general surface quality. |
| ns2cis | Create an isosurface object. |
| ns2cisc | Create an isosurface object with a colour function. |
| ns2dis | Draw an isosurface object |
| ns2sisl | Change the level of isosurface |
| ns2sisc | Set the colour for an isosurface. |
Code Example
Back to S2PLOT function list.
Back to template page.
