Magnum::Primitives::Plane struct

3D plane

Public types

using TextureCoords = PlaneTextureCoords deprecated
Whether to generate plane texture coordinates.

Public static functions

static auto solid(PlaneTextureCoords textureCoords = PlaneTextureCoords::DontGenerate) -> Trade::MeshData3D deprecated
Solid 3D plane.
static auto wireframe() -> Trade::MeshData3D deprecated
Wireframe 3D plane.

Typedef documentation

typedef PlaneTextureCoords Magnum::Primitives::Plane::TextureCoords

Whether to generate plane texture coordinates.

Function documentation

static Trade::MeshData3D Magnum::Primitives::Plane::solid(PlaneTextureCoords textureCoords = PlaneTextureCoords::DontGenerate)

Solid 3D plane.

static Trade::MeshData3D Magnum::Primitives::Plane::wireframe()

Wireframe 3D plane.