| MeshHelperCreateCylinderLines Method |
Creates a new submesh that represents a cylinder using lines.
(The cylinder is centered at the origin. Radius = 1. Height = 2 (along the y axis).)
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static Submesh CreateCylinderLines(
GraphicsDevice graphicsDevice,
int numberOfSegments
)
Public Shared Function CreateCylinderLines (
graphicsDevice As GraphicsDevice,
numberOfSegments As Integer
) As Submesh
public:
static Submesh^ CreateCylinderLines(
GraphicsDevice^ graphicsDevice,
int numberOfSegments
)
static member CreateCylinderLines :
graphicsDevice : GraphicsDevice *
numberOfSegments : int -> Submesh
Parameters
- graphicsDevice
- Type: GraphicsDevice
The graphics device. - numberOfSegments
- Type: SystemInt32
The number of segments. This parameter controls the detail of the mesh.
Return Value
Type:
SubmeshA new
Submesh that represents a cylinder line list.
Exceptions Remarks See Also