LibCarna Version 3.4.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
LibCarna::base::MeshRenderingMixin Class Reference

Defines MeshRenderingStage class template instance invariants. More...

#include <MeshRenderingStage.hpp>

+ Inheritance diagram for LibCarna::base::MeshRenderingMixin:

Public Member Functions

 MeshRenderingMixin (unsigned int geometryType)
 Instantiates.
 
virtual ~MeshRenderingMixin ()
 Does nothing.
 

Public Attributes

const unsigned int geometryType
 Holds the geometry type rendered by this MeshRenderingStage.
 

Static Public Attributes

static const unsigned int DEFAULT_ROLE_MESH = 0
 Identifies the Mesh object that MeshRenderingStage uses for rendering.
 
static const unsigned int DEFAULT_ROLE_MATERIAL = 1
 Identifies the Material object that MeshRenderingStage uses for rendering.
 

Detailed Description

Defines MeshRenderingStage class template instance invariants.

Author
Leonid Kostrykin

Definition at line 48 of file MeshRenderingStage.hpp.

Constructor & Destructor Documentation

◆ MeshRenderingMixin()

LibCarna::base::MeshRenderingMixin::MeshRenderingMixin ( unsigned int  geometryType)

Instantiates.

Parameters
geometryTypeis the geometry type rendered by this MeshRenderingStage.

Member Data Documentation

◆ DEFAULT_ROLE_MATERIAL

const unsigned int LibCarna::base::MeshRenderingMixin::DEFAULT_ROLE_MATERIAL = 1
static

Identifies the Material object that MeshRenderingStage uses for rendering.

Definition at line 77 of file MeshRenderingStage.hpp.

◆ DEFAULT_ROLE_MESH

const unsigned int LibCarna::base::MeshRenderingMixin::DEFAULT_ROLE_MESH = 0
static

Identifies the Mesh object that MeshRenderingStage uses for rendering.

Definition at line 71 of file MeshRenderingStage.hpp.

◆ geometryType

const unsigned int LibCarna::base::MeshRenderingMixin::geometryType

Holds the geometry type rendered by this MeshRenderingStage.

Definition at line 83 of file MeshRenderingStage.hpp.


The documentation for this class was generated from the following file: