Uses of Class
com.aspose.threed.VertexElement
-
-
Uses of VertexElement in com.aspose.threed
Subclasses of VertexElement in com.aspose.threed Modifier and Type Class Description class
VertexElementBinormal
Defines the binormal vectors for specified components.class
VertexElementEdgeCrease
Defines the edge crease for specified componentsclass
VertexElementMaterial
Defines material index for specified components.class
VertexElementNormal
Defines normal vectors for specified components.class
VertexElementPolygonGroup
Defines polygon group for specified components to group related polygons together.class
VertexElementSmoothingGroup
A smoothing group is a group of polygons in a polygon mesh which should appear to form a smooth surface.class
VertexElementSpecular
Defines specular color for specified components.class
VertexElementTangent
Defines tangent vectors for specified components.class
VertexElementTemplate<T>
A helper class for defining concreteVertexElement
implementations.class
VertexElementUserData
Defines custom user data for specified components.class
VertexElementUV
Defines the UV coordinates for specified components.class
VertexElementVector4
A helper class for defining concreteVertexElement
implementations.class
VertexElementVertexColor
Defines the vertex color for specified componentsclass
VertexElementVertexCrease
Defines the vertex crease for specified componentsclass
VertexElementVisibility
Defines if specified components is visibleclass
VertexElementWeight
Defines blend weight for specified components.Methods in com.aspose.threed that return VertexElement Modifier and Type Method Description VertexElement
VertexElement. clone(boolean withData)
Deep clone the vertex elementVertexElement
VertexElementBinormal. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementEdgeCrease. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementMaterial. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementNormal. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementPolygonGroup. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementSmoothingGroup. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementSpecular. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementTangent. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementUserData. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementUV. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementVertexColor. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementVertexCrease. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementVisibility. clone(boolean withDirect, boolean withIndice)
VertexElement
VertexElementWeight. clone(boolean withDirect, boolean withIndice)
VertexElement
Geometry. createElement(VertexElementType type)
Creates a vertex element with specified type and add it to the geometry.VertexElement
Geometry. createElement(VertexElementType type, MappingMode mappingMode, ReferenceMode referenceMode)
Creates a vertex element with specified type and add it to the geometry.VertexElement
Geometry. getElement(VertexElementType type)
Gets a vertex element with specified typeMethods in com.aspose.threed that return types with arguments of type VertexElement Modifier and Type Method Description java.util.List<VertexElement>
Geometry. getVertexElements()
Gets all vertex elementsMethods in com.aspose.threed with parameters of type VertexElement Modifier and Type Method Description void
Geometry. addElement(VertexElement element)
Adds an existing vertex element to current geometry
-