Package com.aspose.threed
Class VertexElementSmoothingGroup
- java.lang.Object
-
- com.aspose.threed.VertexElement
-
- com.aspose.threed.VertexElementIntsTemplate
-
- com.aspose.threed.VertexElementSmoothingGroup
-
- All Implemented Interfaces:
IIndexedVertexElement
public class VertexElementSmoothingGroup extends VertexElementIntsTemplate
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 Summary
Constructors Constructor Description VertexElementSmoothingGroup()
Initializes a new instance of theVertexElementSmoothingGroup
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexElement
clone(boolean withDirect, boolean withIndice)
-
Methods inherited from class com.aspose.threed.VertexElementIntsTemplate
clear, copyTo, getData, setData
-
Methods inherited from class com.aspose.threed.VertexElement
clone, getIndices, getMappingMode, getName, getReferenceMode, getVertexElementType, setIndices, setMappingMode, setName, setReferenceMode, toString
-
-
-
-
Constructor Detail
-
VertexElementSmoothingGroup
public VertexElementSmoothingGroup()
Initializes a new instance of theVertexElementSmoothingGroup
class.
-
-
Method Detail
-
clone
public VertexElement clone(boolean withDirect, boolean withIndice)
-
-