Class VertexElementSmoothingGroup

  • All Implemented Interfaces:
    IIndicedVertexElement

    public class VertexElementSmoothingGroup
    extends VertexElementTemplate<java.lang.Integer>
    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.
    • Constructor Detail

      • VertexElementSmoothingGroup

        public VertexElementSmoothingGroup()
        Initializes a new instance of the VertexElementSmoothingGroup class.
    • Method Detail

      • clone

        public VertexElement clone​(boolean withDirect,
                                   boolean withIndice)