Click or drag to resize
Ab4d.SharpEngine logo

GeometryMesh(Vector3, Vector3, Int32, String) Constructor

Constructor

Namespace: Ab4d.SharpEngine.Meshes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public GeometryMesh(
	Vector3[] positions,
	Vector3[]? normals,
	int[]? triangleIndices,
	string? name = null
)

Parameters

positions  Vector3
positions
normals  Vector3
normals
triangleIndices  Int32
triangleIndices
name  String  (Optional)
optional name
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Meshes.GeometryMesh.#ctor(System.Numerics.Vector3[],System.Numerics.Vector3[],System.Int32[],System.String)"]

See Also