CreateElementUV
Contenuti
[
Nascondere
]CreateElementUV(TextureMapping)
Crea aVertexElementUV
con un dato tipo di mappatura delle texture.
public VertexElementUV CreateElementUV(TextureMapping uvMapping)
Parametro | Tipo | Descrizione |
---|---|---|
uvMapping | TextureMapping | Quale tipo di mappatura delle texture creare |
Valore di ritorno
Elemento creato uv
Guarda anche
- class VertexElementUV
- enum TextureMapping
- class Geometry
- spazio dei nomi Aspose.ThreeD.Entities
- assemblea Aspose.3D
CreateElementUV(TextureMapping, MappingMode, ReferenceMode)
Crea aVertexElementUV
con un dato tipo di mappatura delle texture.
public VertexElementUV CreateElementUV(TextureMapping uvMapping, MappingMode mappingMode,
ReferenceMode referenceMode)
Parametro | Tipo | Descrizione |
---|---|---|
uvMapping | TextureMapping | Quale tipo di mappatura delle texture creare |
mappingMode | MappingMode | Modalità di mappatura predefinita |
referenceMode | ReferenceMode | Modalità di riferimento predefinita |
Valore di ritorno
Elemento creato uv
Guarda anche
- class VertexElementUV
- enum TextureMapping
- enum MappingMode
- enum ReferenceMode
- class Geometry
- spazio dei nomi Aspose.ThreeD.Entities
- assemblea Aspose.3D