Click or drag to resize
AB4D logo

GeometryMesh(IListVector3, IListVector3, IListVector2, IListInt32, String) Constructor

Constructor

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
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