Click or drag to resize
AB4D logo

GeometryMeshGenerator Class

GeometryMeshGenerator contains static methods that can create Mesh objects.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXGeometryMeshGenerator

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public static class GeometryMeshGenerator

The GeometryMeshGenerator type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateFullScreenQuad Creates a SimpleMash that defines a full screen quad (rectangle created with two triangles).
Public methodStatic memberCreateViewportQuad(ViewportF, String, Boolean) Creates a SimpleMash that defines a quad (rectangle created with two triangles) from the specified coordinates - (0,0) is upper left corner, (1,1) is lower right corner.
Public methodStatic memberCreateViewportQuad(Single, Single, Single, Single, String, Boolean) Creates a SimpleMash that defines a quad (rectangle created with two triangles) from the specified coordinates - x1 and y1 defines the bottom left position (-1, -1 for full screen); x2 and y2 define the upper right position (1, 1 for full screen).
Top
See Also