Package com.aspose.threed
Class VertexElementSmoothingGroup
- java.lang.Object
-
- com.aspose.threed.VertexElement
-
- com.aspose.threed.VertexElementTemplate<java.lang.Integer>
-
- com.aspose.threed.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 Summary
Constructors Constructor Description VertexElementSmoothingGroup()
Initializes a new instance of theVertexElementSmoothingGroup
class.
-
Method Summary
Modifier and Type Method Description VertexElement
clone(boolean withDirect, boolean withIndice)
-
Methods inherited from class com.aspose.threed.VertexElementTemplate
clear, copyTo, getData, getIndices, setData, setIndices
-
Methods inherited from class com.aspose.threed.VertexElement
clone, getMappingMode, getName, getReferenceMode, getVertexElementType, 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)
-
-