VertexElementNormal

VertexElementNormal

General

VertexElementNormal is a class in Aspose.3d for Java. Inherits from: VertexElement.

VertexElementNormal és una classe en Aspose.3d per a Java. Hereta de: ゚VertexElement⌒ .

VertexElementNormal.VertexElementNormal crea un element normal de vèrtex utilitzant els modes d’imatge i referència especificats.

Mètodes

NameTypeAccessDescription
typeVertexElementTypeReadGets the type.
mappingModeMappingModeReadGets the mapping mode.
referenceModeReferenceModeReadGets the reference mode.
indicesList<Integer>ReadGets the indices.
dataList<Object>ReadGets the data.
SignatureDescription
VertexElementNormal(mappingMode: MappingMode, referenceMode: ReferenceMode)Constructs a vertex normal element using the given mapping and reference modes
getType()VertexElementTypeReturns the type.
getMappingMode()MappingModeReturns the mapping mode.
getReferenceMode()ReferenceModeReturns the reference mode.
getIndices()List<Integer>Returns the indices.
getData()List<Object>Returns the data.
setData(data: List<Object>)Sets the data value.
setIndices(indices: List<Integer>)Sets the indices value.
clone()VertexElementCalls clone on this VertexElementNormal instance.
VertexElementNormal(mappingMode: MappingMode, referenceMode: ReferenceMode)Creates a vertex normal element using the specified mapping and reference modes
 Català