|
GeometryMeshGenerator Class |
GeometryMeshGenerator contains static methods that can create Mesh objects.
Inheritance Hierarchy SystemObject
Ab3d.DirectXGeometryMeshGenerator
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static class GeometryMeshGenerator
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).
|
TopSee Also