reference

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

ofCubeMap::Data Class Reference

#include <ofCubeMap.h>

Public Attributes

GLuint cubeMapId = 0
 
bool bCubeMapAllocated = false
 
GLuint irradianceMapId = 0
 
bool bIrradianceAllocated = false
 
GLuint preFilteredMapId = 0
 
bool bPreFilteredMapAllocated = false
 
int index = -1
 
bool isEnabled = true
 
ofCubeMapSettings settings
 
int maxMipLevels = 5
 
float exposure = 1.0
 

Member Data Documentation

◆ bCubeMapAllocated

bool ofCubeMap::Data::bCubeMapAllocated = false

◆ bIrradianceAllocated

bool ofCubeMap::Data::bIrradianceAllocated = false

◆ bPreFilteredMapAllocated

bool ofCubeMap::Data::bPreFilteredMapAllocated = false

◆ cubeMapId

GLuint ofCubeMap::Data::cubeMapId = 0

◆ exposure

float ofCubeMap::Data::exposure = 1.0

◆ index

int ofCubeMap::Data::index = -1

◆ irradianceMapId

GLuint ofCubeMap::Data::irradianceMapId = 0

◆ isEnabled

bool ofCubeMap::Data::isEnabled = true

◆ maxMipLevels

int ofCubeMap::Data::maxMipLevels = 5

◆ preFilteredMapId

GLuint ofCubeMap::Data::preFilteredMapId = 0

◆ settings

ofCubeMapSettings ofCubeMap::Data::settings

The documentation for this class was generated from the following file:
  • /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/gl/ofCubeMap.h