HPS::Culling Class Reference

#include <hps.h>

Public Types

enum  Face { Face::Off, Face::Back, Face::Front }
 

Detailed Description

The Face Culling class ia a concept class that contains information about various face culling options

Member Enumeration Documentation

◆ Face

enum HPS::Culling::Face
strong

Enumerates faces that can be culled depending on the direction of the face's normals relative to the camera.

Enumerator
Off 

No faces will be culled.

Back 

Culls faces with normals that face away from the camera.

Front 

Culls faces with normals that face towards the camera.


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