reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofShadow.h File Reference
#include "ofShader.h"
#include "ofNode.h"

Go to the source code of this file.

Classes

class  ofShadow
 
struct  ofShadow::GLData
 
class  ofShadow::Data
 

Enumerations

enum  ofShadowType {
  OF_SHADOW_TYPE_HARD =0 , OF_SHADOW_TYPE_PCF_LOW , OF_SHADOW_TYPE_PCF_MED , OF_SHADOW_TYPE_PCF_HIGH ,
  OF_SHADOW_TYPE_TOTAL
}
 

Functions

std::vector< std::weak_ptr< ofShadow::Data > > & ofShadowsData ()
 

Enumeration Type Documentation

◆ ofShadowType

Enumerator
OF_SHADOW_TYPE_HARD 
OF_SHADOW_TYPE_PCF_LOW 
OF_SHADOW_TYPE_PCF_MED 
OF_SHADOW_TYPE_PCF_HIGH 
OF_SHADOW_TYPE_TOTAL 

Function Documentation

◆ ofShadowsData()

std::vector< std::weak_ptr< ofShadow::Data > > & ofShadowsData ( )