GenerateUV
GenerateUV(Mesh, VertexElementNormal)
指定された入力メッシュと指定された法線データから UV データを生成します。
public static VertexElementUV GenerateUV(Mesh mesh, VertexElementNormal normals)
パラメータ | タイプ | 説明 |
---|---|---|
mesh | Mesh | 入力メッシュ |
normals | VertexElementNormal | 通常のデータ |
戻り値
生成された UV データ
関連項目
- class VertexElementUV
- class Mesh
- class VertexElementNormal
- class PolygonModifier
- 名前空間 Aspose.ThreeD.Entities
- 組み立て Aspose.3D
GenerateUV(Mesh)
指定された入力メッシュから UV データを生成します
public static VertexElementUV GenerateUV(Mesh mesh)
パラメータ | タイプ | 説明 |
---|---|---|
mesh | Mesh | 入力メッシュ |
戻り値
生成された UV データ
関連項目
- class VertexElementUV
- class Mesh
- class PolygonModifier
- 名前空間 Aspose.ThreeD.Entities
- 組み立て Aspose.3D