Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: MeshVertexInfo WithTexture(PointD, PointD)

Declaration

public MeshVertexInfo WithTexture(
    PointD texture,
    PointD textureAfter
)

Summary

Returns a new MeshVertexInfo with the texture coordinates (UV mapping) set to the specified coordinates.

Parameters

PointDtexture New UV mapping coordinates for the face “before” this vertex.
PointDtextureAfter New UV mapping coordinates for the face “after” this vertex.