  | 
GeometryMeshGenerator Methods | 
The GeometryMeshGenerator type exposes the following members.
Methods|   | Name | Description | 
|---|
   | CreateFullScreenQuad | 
            Creates a SimpleMash that defines a full screen quad (rectangle created with two triangles).
             | 
   | CreateViewportQuad(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.
             | 
   | CreateViewportQuad(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