Function:ns2ssq
From S2PLOT
ns2ssq
Set general surface quality.
Prototype
void ns2ssq(int hiq);
Description
Set 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
ns2qsq | Query 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.