Class MeshGeometry3D
- Namespace
- HelixToolkit.Geometry
- Assembly
- HelixToolkit.Geometry.dll
TODO
public sealed class MeshGeometry3D
- Inheritance
-
MeshGeometry3D
- Inherited Members
- Extension Methods
Properties
BiTangents
public Vector3Collection? BiTangents { get; set; }
Property Value
Normals
public Vector3Collection? Normals { get; set; }
Property Value
Positions
public Vector3Collection Positions { get; set; }
Property Value
Tangents
public Vector3Collection? Tangents { get; set; }
Property Value
TextureCoordinates
public Vector2Collection? TextureCoordinates { get; set; }
Property Value
TriangleIndices
public IntCollection TriangleIndices { get; set; }
Property Value
Methods
Clone()
public MeshGeometry3D Clone()