|
GeometryMesh(IListVector3, IListVector3, IListVector2, IListInt32, String) Constructor |
Constructor
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public GeometryMesh(
IList<Vector3> positions,
IList<Vector3> normals,
IList<Vector2> textureCoordinates,
IList<int> triangleIndices,
string name = null
)
Parameters
- positions IListVector3
- positions
- normals IListVector3
- normals
- textureCoordinates IListVector2
- textureCoordinates
- triangleIndices IListInt32
- triangleIndices
- name String (Optional)
- optional name
See Also