Function:ns2ssq
From S2PLOT
(Difference between revisions)
Revision as of 22:27, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 23:31, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ns2ssq== | ==ns2ssq== | ||
+ | Set/query general surface quality. | ||
==Prototype== | ==Prototype== | ||
<code><pre> | <code><pre> | ||
+ | void ns2ssq(int hiq); | ||
</pre></code> | </pre></code> | ||
==Description== | ==Description== | ||
+ | Set/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== | ==See Also== |
Revision as of 23:31, 6 January 2009
ns2ssq
Set/query general surface quality.
Prototype
void ns2ssq(int hiq);
Description
Set/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
Code Example
Back to S2PLOT function list.
Back to template page.