Class VertexElementSmoothingGroup
VertexElementSmoothingGroup class
A smoothing group is a group of polygons in a polygon mesh which should appear to form a smooth surface. Some early 3d modeling software like 3D studio max for DOS used smoothing group to void storing normal vector for each mesh vertex.
public class VertexElementSmoothingGroup : VertexElementIntsTemplate
Constructors
Properties
Methods
Name | Description |
---|
override Clear() | Removes all elements from the direct and the index arrays. |
CopyTo(VertexElementIntsTemplate) | Copies data to specified element |
SetData(int[]) | Load data |
SetIndices(int[]) | Load indices |
override ToString() | String representation of vertex element. |
See Also