VertexElementNormal
VertexElementNormal — Lớp VertexElementNormal. Kế thừa từ: VertexElement.
Methods: com.aspose.threed
Methods
Không có thuộc tính công khai nào được tài liệu hoá trong nguồn.
Methods
Không có phương thức công khai nào được tài liệu hoá trong nguồn.
Xem thêm
| Name | Type | Access | Description |
|---|---|---|---|
type | VertexElementType | Read | Gets the type. |
mappingMode | MappingMode | Read | Gets the mapping mode. |
referenceMode | ReferenceMode | Read | Gets the reference mode. |
indices | List<Integer> | Read | Gets the indices. |
data | List<Object> | Read | Gets the data. |
| Signature | Description |
|---|---|
VertexElementNormal(mappingMode: MappingMode, referenceMode: ReferenceMode) | Constructs a vertex normal element using the given mapping and reference modes |
getType() → VertexElementType | Returns the type. |
getMappingMode() → MappingMode | Returns the mapping mode. |
getReferenceMode() → ReferenceMode | Returns 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() → VertexElement | Calls clone on this VertexElementNormal instance. |