CreateElementUV
CreateElementUV(TextureMapping)
Creëert eenVertexElementUV
met het gegeven textuurtoewijzingstype.
public VertexElementUV CreateElementUV(TextureMapping uvMapping)
Parameter | Type | Beschrijving |
---|---|---|
uvMapping | TextureMapping | Welk type textuurtoewijzing moet worden gemaakt |
Winstwaarde
Gemaakt element uv
Zie ook
- class VertexElementUV
- enum TextureMapping
- class Geometry
- naamruimte Aspose.ThreeD.Entities
- montage Aspose.3D
CreateElementUV(TextureMapping, MappingMode, ReferenceMode)
Creëert eenVertexElementUV
met het gegeven textuurtoewijzingstype.
public VertexElementUV CreateElementUV(TextureMapping uvMapping, MappingMode mappingMode,
ReferenceMode referenceMode)
Parameter | Type | Beschrijving |
---|---|---|
uvMapping | TextureMapping | Welk type textuurtoewijzing moet worden gemaakt |
mappingMode | MappingMode | Standaard toewijzingsmodus |
referenceMode | ReferenceMode | Standaard referentiemodus |
Winstwaarde
Gemaakt element uv
Zie ook
- class VertexElementUV
- enum TextureMapping
- enum MappingMode
- enum ReferenceMode
- class Geometry
- naamruimte Aspose.ThreeD.Entities
- montage Aspose.3D