C++
virtual bool generateVertexNormals() const = 0;
Description
Returns true if the vertex normals will be generated for surfaces that request normal generation, false otherwise.
Notes
The default value is false. Vertex normals are generated by averaging the face normals of all faces sharing a vertex; this results in a smoothed appearance. See the bAutoGenerateNormals flag in AcGiGeometry::shell() and AcGiGeometry::mesh() for more information.
Links
Previous Class
AcGsConfig2