Click or drag to resize
Ab4d.SharpEngine logo

MeshFactoryCreateFullScreenQuad Method

Creates a TriangleMesh with PositionTextureVertex that defines a full screen quad (rectangle created with two triangles).

Namespace: Ab4d.SharpEngine.Meshes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public static TriangleMesh<PositionTextureVertex> CreateFullScreenQuad(
	bool isFrontCounterClockwise = true,
	string? name = "FullScreenQuad"
)

Parameters

isFrontCounterClockwise  Boolean  (Optional)
Boolean that specifies if triangles are oriented so that front size of the quad is clock wise (true by default)
name  String  (Optional)
name - FullScreenQuad by default

Return Value

TriangleMeshPositionTextureVertex
SimpleMesh
See Also